]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member...
[wxWidgets.git] / include / wx / sizer.h
index 85c5292c4ff3f763f45e7c51a0e5801a65d3e737..771fcf5f1ab47538aa5d01d1ccc293464f33dae2 100644 (file)
@@ -785,6 +785,8 @@ public:
     void AddGrowableCol( size_t idx, int proportion = 0 );
     void RemoveGrowableCol( size_t idx );
 
+    bool IsRowGrowable( size_t idx );
+    bool IsColGrowable( size_t idx );
 
     // the sizer cells may grow in both directions, not grow at all or only
     // grow in one direction but not the other