Files | |
file | listview.c |
Listvisw core file. | |
file | listview.h |
Listview header file. | |
Modules | |
group | Listview flags |
Values that can be set into TListview Flags field. | |
Data Structures | |
struct | TListview |
Listview structure. More... | |
Typedefs | |
typedef TListview | TListview |
Listview structure. | |
Functions | |
void | ListviewAddColum (PListview p, l_text Caption, PIcon Icon, l_int Width, l_ulong Flags) |
Add a colum to a listview. | |
void | ListviewSetStyle (PListview p, l_int Style, l_int Flags) |
Change the displaying style of a listview. | |
PListview | InitListview (PListview p, PWidgetClass Class, PApplication App, TRect r, l_text CaptionColumName, l_uchar Style, l_ulong Flags) |
Initialise a listview widget, or a listview derivated widget. | |
PListview | CreateListview (PApplication App, TRect r, l_text CaptionColumName, l_uchar Style, l_ulong Flags) |
Creates a listview widget. |
|
Creates a listview widget.
|
|
Initialise a listview widget, or a listview derivated widget.
|
|
Add a colum to a listview.
|
|
Change the displaying style of a listview.
|