The wxPropertySheet class is used for storing a number of wxProperty objects (essentially names and values).
wxPropertySheet::wxPropertySheet
wxPropertySheet::~wxPropertySheet
wxPropertySheet::AddProperty
wxPropertySheet::Clear
wxPropertySheet::GetProperties
wxPropertySheet::GetProperty
wxPropertySheet::SetAllModified
void wxPropertySheet(void)
Constructor.
void ~wxPropertySheet(void)
Destructor. Destroys all contained properties.
void AddProperty(wxProperty *property)
Adds a property to the sheet.
void Clear(void)
Clears all the properties from the sheet (deleting them).
wxList& GetProperties(void)
Returns a reference to the internal list of properties.
wxProperty * GetProperty(char *name)
Gets a property by name.
void SetAllModified(Bool flag)
Sets the 'modified' flag of each property value.