]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/manager.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / propgrid / manager.h
index 1b2e3a14cda229549e47d839bb3865bf05921740..f867108b363a02a73c83775fe240e48253eadc73 100644 (file)
@@ -463,8 +463,11 @@ protected:
     //
 
     /**
-        Creates property grid for the manager.
-        Override to use subclassed wxPropertyGrid.
+        Creates property grid for the manager. Reimplement in derived class to
+        use subclassed wxPropertyGrid. However, if you you do this then you
+        must also use the two-step construction (ie. default constructor and
+        Create() instead of constructor with arguments) when creating the
+        manager.
     */
     virtual wxPropertyGrid* CreatePropertyGrid() const;
 };