| 188 void ui_combobox_modelupdate(UiList *list, int i); |
188 void ui_combobox_modelupdate(UiList *list, int i); |
| 189 UiListSelection ui_combobox_getselection(UiList *list); |
189 UiListSelection ui_combobox_getselection(UiList *list); |
| 190 void ui_combobox_setselection(UiList *list, UiListSelection selection); |
190 void ui_combobox_setselection(UiList *list, UiListSelection selection); |
| 191 |
191 |
| 192 void ui_listbox_dynamic_update(UiList *list, int i); |
192 void ui_listbox_dynamic_update(UiList *list, int i); |
| |
193 void ui_listbox_dynamic_setselection(UiList *list, UiListSelection sel); |
| |
194 UiListSelection ui_listbox_dynamic_getselection(UiList *list); |
| |
195 |
| 193 void ui_listbox_update(UiListBox *listbox, int from, int to); |
196 void ui_listbox_update(UiListBox *listbox, int from, int to); |
| 194 void ui_listbox_update_sublist(UiListBox *listbox, UiListBoxSubList *sublist, size_t listbox_insert_index); |
197 void ui_listbox_update_sublist(UiListBox *listbox, UiListBoxSubList *sublist, size_t listbox_insert_index); |
| 195 void ui_listbox_list_update(UiList *list, int i); |
198 void ui_listbox_list_update(UiList *list, int i); |
| |
199 void ui_listbox_list_setselection(UiList *list, UiListSelection sel); |
| |
200 UiListSelection ui_listbox_list_getselection(UiList *list); |
| 196 |
201 |
| 197 void ui_listbox_row_activate(GtkListBox *self, GtkListBoxRow *row, gpointer user_data); |
202 void ui_listbox_row_activate(GtkListBox *self, GtkListBoxRow *row, gpointer user_data); |
| 198 |
203 |
| 199 #ifdef __cplusplus |
204 #ifdef __cplusplus |
| 200 } |
205 } |