]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/manager.h
wxSpinCtrl values are always integral, they don't need to be rounded
[wxWidgets.git] / include / wx / propgrid / manager.h
index fa45ef7b0c29cd23a7851b60b1d348dba3317221..75db8dafdf916b98c6ac8639c2a2323942b13950 100644 (file)
@@ -491,6 +491,12 @@ public:
      */
     bool IsPageModified( size_t index ) const;
 
+    /**
+        Returns true if property is selected. Since selection is page
+        based, this function checks every page in the manager.
+    */
+    virtual bool IsPropertySelected( wxPGPropArg id ) const;
+
     virtual void Refresh( bool eraseBackground = true,
                           const wxRect* rect = (const wxRect*) NULL );
 
@@ -592,6 +598,7 @@ public:
     virtual void SetExtraStyle ( long exStyle );
     virtual bool SetFont ( const wxFont& font );
     virtual void SetWindowStyleFlag ( long style );
+    virtual bool Reparent( wxWindowBase *newParent );
 
 protected:
     virtual wxSize DoGetBestSize() const;