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_UNSPECIFIED 0x0020 |
#define wxPG_PROP_CLASS_SPECIFIC_1 0x0040 |
Indicates the bit useable by derived properties.
#define wxPG_PROP_CLASS_SPECIFIC_2 0x0080 |
Indicates the bit useable by derived properties.
#define wxPG_PROP_CUSTOMIMAGE 0x0008 |
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.
#define wxPG_PROP_DISABLED 0x0002 |
Disables ('greyed' text and editor does not activate) property.
#define wxPG_PROP_HIDEABLE 0x0004 |
Hider button will hide this property.
#define wxPG_PROP_MODIFIED 0x0001 |
Indicates bold font.
#define wxPG_PROP_NOEDITOR 0x0010 |
Do not create text based editor for this property (but button-triggered dialog and choice are ok).
#define wxPG_PROP_UNSPECIFIED 0x0020 |
Value is unspecified.