ui/motif/list.h

changeset 117
38c53b8a6139
parent 87
e624b6fa4c78
child 153
ee49d1852a5f
equal deleted inserted replaced
116:480354705c2f 117:38c53b8a6139
52 52
53 XmStringTable ui_create_stringlist(UiList *list, ui_model_getvalue_f getvalue, int *count); 53 XmStringTable ui_create_stringlist(UiList *list, ui_model_getvalue_f getvalue, int *count);
54 void ui_listview_update(UiEvent *event, UiListView *view); 54 void ui_listview_update(UiEvent *event, UiListView *view);
55 void ui_list_selection_callback (Widget widget, UiListViewEventData *event, XtPointer data); 55 void ui_list_selection_callback (Widget widget, UiListViewEventData *event, XtPointer data);
56 56
57 UIWIDGET ui_combobox_var(UiObject *obj, UiListPtr *list, ui_model_getvalue_f getvalue, ui_callback f, void *udata);
58
57 #ifdef __cplusplus 59 #ifdef __cplusplus
58 } 60 }
59 #endif 61 #endif
60 62
61 #endif /* LIST_H */ 63 #endif /* LIST_H */

mercurial