]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/advprops.h
added wxLog::IsLevelEnabled() helper; document it and a few related functions which...
[wxWidgets.git] / include / wx / propgrid / advprops.h
index 10e6f15626e8d7672a864d5f69c859801667b046..e2f3adea9af3d2c04ea4af834fe9613c2b5b1fae 100644 (file)
@@ -183,8 +183,9 @@ public:
     virtual wxString ValueToString( wxVariant& value, int argFlags = 0 ) const;
     virtual bool OnEvent( wxPropertyGrid* propgrid,
                           wxWindow* primary, wxEvent& event );
-    virtual void ChildChanged( wxVariant& thisValue,
-                               int childIndex, wxVariant& childValue ) const;
+    virtual wxVariant ChildChanged( wxVariant& thisValue,
+                                    int childIndex,
+                                    wxVariant& childValue ) const;
     virtual void RefreshChildren();
 
 protected: