ToolMap
|
Macros | |
#define | wxTMC_BG_ADJUST_CNT 0x000000001 |
#define | wxTMC_BG_ADJUST_BTN 0x000000002 |
#define | wxTMC_BG_ADJUST_ALL (wxTMC_BG_ADJUST_CNT | wxTMC_BG_ADJUST_BTN) |
#define | wxTMC_SPAN_WIDTH 0x000000004 |
These flags can be used in wxTreeMultiCtrl::AppendWindow as enforced flags, or in wxTreeMultiWindowInfo to set the flags for repetetive adding of Window nodes with the same (or near same) properties.
#define wxTMC_BG_ADJUST_ALL (wxTMC_BG_ADJUST_CNT | wxTMC_BG_ADJUST_BTN) |
When set, all backgrounds from windows and buttons will be adjusted to match the control background
#define wxTMC_BG_ADJUST_BTN 0x000000002 |
When set, the background of the wxButton windows will also be changed. This needs wxTMC_ADJUST_BACKGROUND to be set as well.
#define wxTMC_BG_ADJUST_CNT 0x000000001 |
When set, this flag will change the background of all the panels and subwindows added to the wxTreeMultiCtrl.
#define wxTMC_SPAN_WIDTH 0x000000004 |
When set, the control added is resized horizontally over the complete length. When the user resizes the window, the control is resized as well