|
Hugintrunk
0.1
|
#include <wx/treectrl.h>#include <wx/control.h>#include <wx/pen.h>#include <wx/listctrl.h>

Go to the source code of this file.
Classes | |
| class | wxcode::wxTreeListColumnInfo |
| class | wxcode::wxTreeListCtrl |
Namespaces | |
| wxcode | |
Macros | |
| #define | wxTR_COLUMN_LINES 0x1000 |
| #define | wxTR_VIRTUAL 0x4000 |
Enumerations | |
| enum | { wxcode::DEFAULT_COL_WIDTH = 100 } |
Variables | |
| const int | wxcode::wxTL_MODE_NAV_FULLTREE = 0x0000 |
| const int | wxcode::wxTL_MODE_NAV_EXPANDED = 0x0001 |
| const int | wxcode::wxTL_MODE_NAV_VISIBLE = 0x0002 |
| const int | wxcode::wxTL_MODE_NAV_LEVEL = 0x0004 |
| const int | wxcode::wxTL_MODE_FIND_EXACT = 0x0000 |
| const int | wxcode::wxTL_MODE_FIND_PARTIAL = 0x0010 |
| const int | wxcode::wxTL_MODE_FIND_NOCASE = 0x0020 |
| const int | wxcode::wxTREE_HITTEST_ONITEMCOLUMN = 0x2000 |
| #define wxTR_COLUMN_LINES 0x1000 |
Definition at line 36 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::PaintItem().
| #define wxTR_VIRTUAL 0x4000 |
Definition at line 37 of file treelistctrl.h.
Referenced by wxcode::wxTreeListMainWindow::IsVirtual().
1.8.5