ui/gtk/list.h

changeset 696
68f513430e5a
parent 653
dc0eb8151254
child 722
6466b4f16e5e
equal deleted inserted replaced
695:4415b91e74bf 696:68f513430e5a
89 UiBool separator; 89 UiBool separator;
90 CxList *widgets; 90 CxList *widgets;
91 UiListBox *listbox; 91 UiListBox *listbox;
92 void *userdata; 92 void *userdata;
93 size_t index; 93 size_t index;
94 size_t startpos;
94 } UiListBoxSubList; 95 } UiListBoxSubList;
95 96
96 struct UiListBox { 97 struct UiListBox {
97 UiObject *obj; 98 UiObject *obj;
98 GtkListBox *listbox; 99 GtkListBox *listbox;

mercurial