]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propgrid/propgrid.h
Reorganize and improve wxSizer::SetItemMinSize() documentation.
[wxWidgets.git] / samples / propgrid / propgrid.h
index a4c1ff613e3e78c8414fc02b1072d8716a647604..54c5f15ee392a7012f1e5185c09acb7a327f72b2 100644 (file)
@@ -76,8 +76,9 @@ public:
                     const wxVector3f& value = wxVector3f() );
     virtual ~wxVectorProperty();
 
-    virtual void ChildChanged( wxVariant& thisValue,
-                            int childIndex, wxVariant& childValue ) const;
+    virtual wxVariant ChildChanged( wxVariant& thisValue,
+                                    int childIndex,
+                                    wxVariant& childValue ) const;
     virtual void RefreshChildren();
 
 protected:
@@ -108,8 +109,9 @@ public:
                         const wxTriangle& value = wxTriangle() );
     virtual ~wxTriangleProperty();
 
-    virtual void ChildChanged( wxVariant& thisValue,
-                            int childIndex, wxVariant& childValue ) const;
+    virtual wxVariant ChildChanged( wxVariant& thisValue,
+                                    int childIndex,
+                                    wxVariant& childValue ) const;
     virtual void RefreshChildren();
 
 protected: