]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/propgridiface.h
misc fixes to function signatures
[wxWidgets.git] / interface / wx / propgrid / propgridiface.h
index cf253098b34cd935817c9694af5e71a774b22684..e8196dad30bad0dfb9243c55249c984f66e3aa03 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        property.h
 // Purpose:     interface of wxPGProperty
 // Author:      wxWidgets team
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -157,11 +157,6 @@ public:
     */
     bool ExpandAll( bool expand = true );
 
-    /**
-        Returns list of expanded properties.
-    */
-    wxArrayPGProperty GetExpandedProperties() const;
-
     /**
         Returns id of first child of given property.
 
@@ -569,18 +564,6 @@ public:
     static void SetBoolChoices( const wxString& trueChoice,
                                 const wxString& falseChoice );
 
-    /**
-        Sets or clears flag(s) of all properties in given array.
-
-        @param flags
-            Property flags to set or clear.
-
-        @param inverse
-            Set to true if you want to clear flag instead of setting them.
-    */
-    void SetPropertiesFlag( const wxArrayPGProperty& srcArr, wxPGProperty::FlagType flags,
-                            bool inverse = false );
-
     /**
         Sets an attribute for this property.