Add SetFlag and ClearFlag
This commit is contained in:
@@ -2055,6 +2055,9 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
/** Deletes all child properties. */
|
/** Deletes all child properties. */
|
||||||
void Empty();
|
void Empty();
|
||||||
|
|
||||||
|
void SetFlag( wxPGPropertyFlags flag );
|
||||||
|
void ClearFlag( FlagType flag );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user