159 void ui_combobox_change_event(GtkComboBox *widget, UiEventData *e); |
159 void ui_combobox_change_event(GtkComboBox *widget, UiEventData *e); |
160 void ui_combobox_modelupdate(UiList *list, int i); |
160 void ui_combobox_modelupdate(UiList *list, int i); |
161 UiListSelection ui_combobox_getselection(UiList *list); |
161 UiListSelection ui_combobox_getselection(UiList *list); |
162 void ui_combobox_setselection(UiList *list, UiListSelection selection); |
162 void ui_combobox_setselection(UiList *list, UiListSelection selection); |
163 |
163 |
|
164 void ui_listbox_dynamic_update(UiList *list, int i); |
164 void ui_listbox_update(UiListBox *listbox, int from, int to); |
165 void ui_listbox_update(UiListBox *listbox, int from, int to); |
165 void ui_listbox_update_sublist(UiListBox *listbox, UiListBoxSubList *sublist, size_t listbox_insert_index); |
166 void ui_listbox_update_sublist(UiListBox *listbox, UiListBoxSubList *sublist, size_t listbox_insert_index); |
166 void ui_listbox_list_update(UiList *list, int i); |
167 void ui_listbox_list_update(UiList *list, int i); |
167 |
168 |
168 void ui_listbox_row_activate(GtkListBox *self, GtkListBoxRow *row, gpointer user_data); |
169 void ui_listbox_row_activate(GtkListBox *self, GtkListBoxRow *row, gpointer user_data); |