]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridpagestate.h
Fixed wxPropertyGrid empty space rendering
[wxWidgets.git] / include / wx / propgrid / propgridpagestate.h
index c38413477e23d1480145bbb4281f83935fdcb810..86e1c4a4e08d284e62df0c1617845f3ce5c1cab4 100644 (file)
@@ -669,6 +669,11 @@ public:
 
 protected:
 
+    // Utility to check if two properties are visibly next to each other
+    bool ArePropertiesAdjacent( wxPGProperty* prop1,
+                                wxPGProperty* prop2,
+                                int iterFlags = wxPG_ITERATE_VISIBLE ) const;
+
     int DoGetSplitterPosition( int splitterIndex = 0 ) const;
 
     /** Returns column at x coordinate (in GetGrid()->GetPanel()).