]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
in debug mode when clicking with the middle mouse button draw borders around all...
[wxWidgets.git] / include / wx / propgrid / manager.h
index c93c669420168e4f24c5b91c33c34909208ace2a..de264eecae932fb2f900ece5edae93bf29a8f811 100644 (file)
@@ -607,8 +607,12 @@ protected:
     // Subclassing helpers
     //
 
     // Subclassing helpers
     //
 
-    /** 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;
 
     */
     virtual wxPropertyGrid* CreatePropertyGrid() const;