]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/manager.h
Remove "Windows only" mention from wxTE_PROCESS_ENTER documentation.
[wxWidgets.git] / interface / wx / propgrid / manager.h
index 7b5df8516a6c74ac4d10f8fdf26c6bb7ef892018..0391703b0f3ab7238dbdb4d3cafd394c1b525123 100644 (file)
@@ -467,6 +467,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.