ui/motif/list.h

changeset 1246
43a7874a9d0e
parent 1001
7e72b45f0d41
--- a/ui/motif/list.h	Thu Sep 10 17:36:06 2026 +0200
+++ b/ui/motif/list.h	Fri Sep 11 17:27:12 2026 +0200
@@ -58,6 +58,10 @@
     ui_callback ondrop;
     void* ondropsdata;
     UiBool multiselection;
+    
+    ui_tree_getdepthfunc getdepth;
+    void *getdepthdata;
+    UiBool is_treeview;
 } UiListView;
 
 void ui_listview_destroy(Widget w, UiListView *listview, XtPointer d);

mercurial