ui/motif/list.h

changeset 1246
43a7874a9d0e
parent 1001
7e72b45f0d41
equal deleted inserted replaced
1245:4163776eef49 1246:43a7874a9d0e
56 ui_callback ondragcomplete; 56 ui_callback ondragcomplete;
57 void* ondragcompletedata; 57 void* ondragcompletedata;
58 ui_callback ondrop; 58 ui_callback ondrop;
59 void* ondropsdata; 59 void* ondropsdata;
60 UiBool multiselection; 60 UiBool multiselection;
61
62 ui_tree_getdepthfunc getdepth;
63 void *getdepthdata;
64 UiBool is_treeview;
61 } UiListView; 65 } UiListView;
62 66
63 void ui_listview_destroy(Widget w, UiListView *listview, XtPointer d); 67 void ui_listview_destroy(Widget w, UiListView *listview, XtPointer d);
64 68
65 void ui_listview_activate(Widget w, UiListView *listview, XmListCallbackStruct *cb); 69 void ui_listview_activate(Widget w, UiListView *listview, XmListCallbackStruct *cb);

mercurial