Adds ability to set the split point of a guiSplitContainer

This commit is contained in:
Areloch 2019-02-23 13:55:29 -06:00
parent e0627973fb
commit 21aa13e0f0
2 changed files with 25 additions and 0 deletions

View file

@ -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;