| 67 |
67 |
| 68 void ui_listview_update(UiList *list, int i); |
68 void ui_listview_update(UiList *list, int i); |
| 69 UiListSelection ui_listview_getselection(UiList *list); |
69 UiListSelection ui_listview_getselection(UiList *list); |
| 70 void ui_listview_setselection(UiList *list, UiListSelection selection); |
70 void ui_listview_setselection(UiList *list, UiListSelection selection); |
| 71 |
71 |
| |
72 void ui_dropdown_setselection(UiList *list, UiListSelection selection); |
| |
73 UiListSelection ui_dropdown_getselection(UiList *list); |
| |
74 |
| 72 void* ui_strmodel_getvalue(void *elm, int column); |
75 void* ui_strmodel_getvalue(void *elm, int column); |
| 73 |
76 |
| 74 #ifdef __cplusplus |
77 #ifdef __cplusplus |
| 75 } |
78 } |
| 76 #endif |
79 #endif |