| 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); |