Removed GetExpandedProperties() (used to act as poor man's GetEditableState())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -266,16 +266,6 @@ public:
|
||||
*/
|
||||
bool ExpandAll( bool expand = true );
|
||||
|
||||
/** Returns list of expanded properties.
|
||||
*/
|
||||
wxArrayPGProperty GetExpandedProperties() const
|
||||
{
|
||||
wxArrayPGProperty array;
|
||||
GetPropertiesWithFlag(&array, wxPG_PROP_COLLAPSED, true,
|
||||
wxPG_ITERATE_ALL_PARENTS_RECURSIVELY|wxPG_ITERATE_HIDDEN);
|
||||
return array;
|
||||
}
|
||||
|
||||
/** Returns id of first child of given property.
|
||||
@remarks
|
||||
Does not return sub-properties!
|
||||
|
Reference in New Issue
Block a user