#include "widget.h"
#include "scrollbar.h"
#include "menu.h"
Data Structures | |
| struct | TListview |
| Listview structure. More... | |
Defines | |
| #define | LVF_MULTISELECT 0x0001 |
| Allow multiple items selection. | |
| #define | LVF_ALLOWDRAG 0x0040 |
| Allow items to be dragged throw global system, incompatible with LVF_ORDER. | |
| #define | LVF_ORDER 0x0002 |
| Allow user to change items order by dragging them, incompatible with LVF_ALLOWDRAG. | |
| #define | LVF_CHECKBOXES 0x0004 |
| Show checkbowes before items caption. | |
| #define | LVF_DRAWICONS 0x0008 |
| Show icons. | |
| #define | LVF_COLUMS 0x0010 |
| Show colums. | |
| #define | LVF_COLRESIZE 0x0020 |
| Allow colums resize. | |
Typedefs | |
| typedef TListview | TListview |
| Listview structure. | |
1.3.8