ToolMap
Loading...
Searching...
No Matches
wxTreeMultiWindowItem flags

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
 

Detailed Description

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.

Macro Definition Documentation

◆ wxTMC_BG_ADJUST_ALL

#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

◆ wxTMC_BG_ADJUST_BTN

#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.

◆ wxTMC_BG_ADJUST_CNT

#define wxTMC_BG_ADJUST_CNT   0x000000001

When set, this flag will change the background of all the panels and subwindows added to the wxTreeMultiCtrl.

◆ wxTMC_SPAN_WIDTH

#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