wx.propgrid.PGFlags¶The PGFlags enumeration provides the following values:
Description |
Value |
|---|---|
Null |
No flags. |
Modified |
Indicates bold font. |
Disabled |
Disables (‘greyed’ text and editor does not activate) property. |
Hidden |
Hider button will hide this property. |
CustomImage |
This property has custom paint image just in front of its value. |
NoEditor |
Do not create text based editor for this property (but button-triggered dialog and choice are ok). |
Collapsed |
Property is collapsed, ie. |
InvalidValue |
If property is selected, then indicates that validation failed for pending value. |
WasModified |
Switched via SetWasModified(). |
Aggregate |
If set, then child properties (if any) are private, and should be “invisible” to the application. |
ChildrenAreCopies |
If set, then child properties (if any) are copies and should not be deleted in dtor. |
Property |
Classifies this item as a non-category. |
Category |
Classifies this item as a category. |
MiscParent |
Classifies this item as a property that has children, but is not aggregate (i.e. |
ReadOnly |
Property is read-only. |
ComposedValue |
Property’s value is composed from values of child properties. |
UsesCommonValue |
Common value of property is selectable in editor. |
BeingDeleted |
Property can be set to unspecified value via editor. |
ShowFullFileName |
If set, full path is shown in wx.propgrid.FileProperty. |
Max |
Topmost flag. |
ParentalFlags |
Property with children must have one of these set, otherwise iterators will not work correctly. |
StringStoredFlags |
Combination of flags that can be stored by GetFlagsAsString(). |