#include "wx/wx.h"#include <wx/dynarray.h>#include "TreeMultiItemRoot.h"


Go to the source code of this file.
Classes | |
| class | wxTreeMultiItem |
| An intermediate class which is used to return as 'item' value for the wxTreeMultiCtrl. This class is comparable with wxTreeItemId. More... | |
| class | wxTreeMultiWindowInfo |
| This class contains information for every Window node to be added. More... | |
| class | wxTreeMultiCtrl |
| This is the visual control, which will contain all the logic for the tree mechanism. More... | |
Defines | |
| #define | wxTMC_DEFAULT_STYLE wxSIMPLE_BORDER |
| #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 |
| #define | wxTreeMultiCtrlNameStr wxT("wxTreeMultiCtrl") |
| #define | WXTMC_GUTTER_DEFAULT 6 |
| #define | WXTMC_YSPACING_DEFAULT 10 |
| #define | WXTMC_PIXELS_PER_UNIT 10 |
| #define | wxTreeMultiWindowInfoDefault wxTreeMultiWindowInfo(wxTMC_BG_ADJUST_CNT, 8, 0) |
Enumerations | |
| enum | { wxTMC_HITTEST_GUTTER = 1, wxTMC_HITTEST_WINDOW, wxTMC_HITTEST_CAPTION, wxTMC_HITTEST_CHECKBOX } |
Functions | |
| WX_DECLARE_OBJARRAY (wxTreeMultiItem, wxArrayTreeMultiItem) | |
| #define wxTMC_DEFAULT_STYLE wxSIMPLE_BORDER |
Definition at line 82 of file wxTreeMultiCtrl.h.
| #define WXTMC_GUTTER_DEFAULT 6 |
Definition at line 107 of file wxTreeMultiCtrl.h.
| #define WXTMC_PIXELS_PER_UNIT 10 |
Definition at line 109 of file wxTreeMultiCtrl.h.
| #define WXTMC_YSPACING_DEFAULT 10 |
Definition at line 108 of file wxTreeMultiCtrl.h.
| #define wxTreeMultiCtrlNameStr wxT("wxTreeMultiCtrl") |
Definition at line 105 of file wxTreeMultiCtrl.h.
| #define wxTreeMultiWindowInfoDefault wxTreeMultiWindowInfo(wxTMC_BG_ADJUST_CNT, 8, 0) |
Definition at line 491 of file wxTreeMultiCtrl.h.
| WX_DECLARE_OBJARRAY | ( | wxTreeMultiItem | , | |
| wxArrayTreeMultiItem | ||||
| ) |
1.5.7.1