Add SetFlag and ClearFlag

This commit is contained in:
Robin Dunn
2016-09-14 20:16:27 -07:00
parent 1963627c10
commit 570e59d34a

View File

@@ -2055,6 +2055,9 @@ public:
protected:
/** Deletes all child properties. */
void Empty();
void SetFlag( wxPGPropertyFlags flag );
void ClearFlag( FlagType flag );
};