ui/gtk/tree.h

changeset 116
480354705c2f
parent 42
29b2821d1262
child 140
c03c338a7dcf
equal deleted inserted replaced
115:102fc0b8fe3e 116:480354705c2f
67 UiListSelection* ui_listview_selection( 67 UiListSelection* ui_listview_selection(
68 GtkTreeSelection *selection, 68 GtkTreeSelection *selection,
69 UiTreeEventData *event); 69 UiTreeEventData *event);
70 int ui_tree_path_list_index(GtkTreePath *path); 70 int ui_tree_path_list_index(GtkTreePath *path);
71 71
72 UIWIDGET ui_combobox_var(UiObject *obj, UiListPtr *list, ui_model_getvalue_f getvalue, ui_callback f, void *udata);
73 GtkWidget* ui_create_combobox(UiObject *obj, UiListModel *model, ui_callback f, void *udata);
74 void ui_combobox_change_event(GtkComboBox *widget, UiEventData *e);
75 void ui_combobox_update(UiEvent *event, void *combobox);
76
72 #ifdef __cplusplus 77 #ifdef __cplusplus
73 } 78 }
74 #endif 79 #endif
75 80
76 #endif /* TREE_H */ 81 #endif /* TREE_H */

mercurial