#include "kernel.h"
#include "widget.h"
#include "listview.h"
#include "textbox.h"
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. |