// Name: property.h
// Purpose: interface of wxPGProperty
// Author: wxWidgets team
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
*/
bool ExpandAll( bool expand = true );
- /**
- Returns list of expanded properties.
- */
- wxArrayPGProperty GetExpandedProperties() const;
-
/**
Returns id of first child of given property.
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.