Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations | Variables
treelistctrl.h File Reference
#include <wx/treectrl.h>
#include <wx/control.h>
#include <wx/pen.h>
#include <wx/listctrl.h>
Include dependency graph for treelistctrl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wxcode::wxTreeListColumnInfo
 
class  wxcode::wxTreeListCtrl
 

Namespaces

namespace  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
 

Macro Definition Documentation

◆ wxTR_COLUMN_LINES

#define wxTR_COLUMN_LINES   0x1000

Definition at line 36 of file treelistctrl.h.

◆ wxTR_VIRTUAL

#define wxTR_VIRTUAL   0x4000

Definition at line 37 of file treelistctrl.h.