]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/property.h
add wxScrollHelper::ShowScrollbars() (implemented for GTK only right now, generic...
[wxWidgets.git] / interface / wx / propgrid / property.h
index 9369d8cb964a5eb61e0b5318e906c0f21645f99d..5cd1d564a1ac8eb40982e55d029bbf8afd040d34 100644 (file)
@@ -907,6 +907,11 @@ public:
     */
     bool AreChildrenComponents() const;
 
+    /**
+        Deletes children of the property.
+    */
+    void DeleteChildren();
+
     /**
         Removes entry from property's wxPGChoices and editor control (if it is active).