#include <customvirtlistctrl.h>
Public Member Functions | |
| colInfo (int n, wxString l, wxString t, bool c, int s) | |
| colInfo () | |
Data Fields | |
| int | col_num |
| wxString | label |
| wxString | tip |
| bool | can_resize |
| int | size |
Definition at line 69 of file customvirtlistctrl.h.
| CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::colInfo | ( | int | n, | |
| wxString | l, | |||
| wxString | t, | |||
| bool | c, | |||
| int | s | |||
| ) | [inline] |
Definition at line 70 of file customvirtlistctrl.h.
| CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::colInfo | ( | ) | [inline] |
Definition at line 77 of file customvirtlistctrl.h.
| bool CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::can_resize |
Definition at line 86 of file customvirtlistctrl.h.
| int CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::col_num |
Definition at line 83 of file customvirtlistctrl.h.
| wxString CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::label |
Definition at line 84 of file customvirtlistctrl.h.
| int CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::size |
Definition at line 87 of file customvirtlistctrl.h.
| wxString CustomVirtListCtrl< DataImp, ListCtrlImp >::colInfo::tip |
Definition at line 85 of file customvirtlistctrl.h.
1.6.3