Defines | |
#define | wxPG_PROP_CLASS_SPECIFIC_1 0x0040 |
#define | wxPG_PROP_CLASS_SPECIFIC_2 0x0080 |
#define | wxPG_PROP_CUSTOMIMAGE 0x0008 |
#define | wxPG_PROP_DISABLED 0x0002 |
#define | wxPG_PROP_HIDEABLE 0x0004 |
#define | wxPG_PROP_MODIFIED 0x0001 |
#define | wxPG_PROP_NOEDITOR 0x0010 |
#define | wxPG_PROP_READONLY 0x0100 |
#define | wxPG_PROP_UNSPECIFIED 0x0020 |
|
Indicates the bit useable by derived properties.
|
|
Indicates the bit useable by derived properties.
|
|
This property has custom paint image just in front of its value. If property only draws custom images into a popup list, then this flag should not be set. |
|
Disables ('greyed' text and editor does not activate) property.
|
|
Hider button will hide this property.
|
|
Indicates bold font.
|
|
Do not create text based editor for this property (but button-triggered dialog and choice are ok).
|
|
Property value cannot be modified. However, editor may be created so that the value can be easily copied. |
|
Value is unspecified.
|