]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
Applied rowspan patch #15276 (dghart)
[wxWidgets.git] / include / wx / propgrid / manager.h
index 39752a122206368d52b288db0448c97285b160b6..77adfd827f9c8a0f86f04ac2ef7baf9b9b0b088f 100644 (file)
@@ -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.