]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
Try loading even English translations if provided.
[wxWidgets.git] / include / wx / propgrid / manager.h
index 39752a122206368d52b288db0448c97285b160b6..833254bcc65e9544c6d78d9f4811322d982d322c 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Jaakko Salli
 // Modified by:
 // Created:     2005-01-14
-// RCS-ID:      $Id$
 // Copyright:   (c) Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -574,6 +573,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.