mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
Adds ability to set the split point of a guiSplitContainer
This commit is contained in:
parent
775ca57047
commit
2d1ee7c5a0
2 changed files with 25 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ public:
|
|||
virtual void solvePanelConstraints(Point2I newDragPos, GuiContainer * firstPanel, GuiContainer * secondPanel, const RectI& clientRect);
|
||||
virtual Point2I getMinExtent() const;
|
||||
|
||||
//Set the positin of the split handler
|
||||
void setSplitPoint(Point2I splitPoint);
|
||||
|
||||
protected:
|
||||
|
||||
S32 mFixedPanel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue