]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/property.h
Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event. Implement for all backends, exten...
[wxWidgets.git] / include / wx / propgrid / property.h
index 101cb91e6025ae132b7f2d75ccb81761678adc07..cc5e30fe14089a860104379420c39abffb392df3 100644 (file)
@@ -2390,7 +2390,7 @@ protected:
     /**
         Returns true if child property is selected.
     */
     /**
         Returns true if child property is selected.
     */
-    bool IsChildSelected() const;
+    bool IsChildSelected( bool recursive = false ) const;
 
     // Removes child property with given pointer. Does not delete it.
     void RemoveChild( wxPGProperty* p );
 
     // Removes child property with given pointer. Does not delete it.
     void RemoveChild( wxPGProperty* p );