Added wxPropertyGridManager::SetPageSplitterLeft
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -574,6 +574,11 @@ public:
|
||||
*/
|
||||
void SetSplitterLeft( bool subProps = false, bool allPages = true );
|
||||
|
||||
/** Moves splitter as left as possible on an individual page, while still allowing all
|
||||
labels to be shown in full.
|
||||
*/
|
||||
void SetPageSplitterLeft(int page, bool subProps = false);
|
||||
|
||||
/**
|
||||
Sets splitter position on individual page.
|
||||
|
||||
|
Reference in New Issue
Block a user