]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridpagestate.h
Fix AUI compilation without PCH after recent changes.
[wxWidgets.git] / include / wx / propgrid / propgridpagestate.h
index 1f7d15fab7b308e66688d62f2b0d85204a962689..faf12fdce850eaade540a5ada9717f58f2db0baf 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2008-08-24
 // RCS-ID:      $Id$
 // Copyright:   (c) Jaakko Salli
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PROPGRID_PROPGRIDPAGESTATE_H_
@@ -549,6 +549,13 @@ public:
 
     void DoSetColumnProportion( unsigned int column, int proportion );
 
+    int DoGetColumnProportion( unsigned int column ) const
+    {
+        return m_columnProportions[column];
+    }
+
+    void ResetColumnSizes( int setSplitterFlags );
+
     wxPropertyCategory* GetPropertyCategory( const wxPGProperty* p ) const;
 
     wxPGProperty* GetPropertyByLabel( const wxString& name,