Use m_children as it were std::vector

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-01 15:13:00 +00:00
parent cfceb4a8e0
commit d8c74d044b
3 changed files with 41 additions and 8 deletions

View File

@@ -1984,6 +1984,9 @@ protected:
// Call for after sub-properties added with AddChild
void PrepareSubProperties();
// Removes child property with given pointer. Does not delete it.
void RemoveChild( wxPGProperty* p );
void SetParentalType( int flag )
{
m_flags &= ~(wxPG_PROP_PROPERTY|wxPG_PROP_PARENTAL_FLAGS);