ui/ui/tree.h

branch
newapi
changeset 223
8d7ca1b320e2
parent 221
a82d9beaa94a
child 224
88bc21b19213
--- a/ui/ui/tree.h	Thu Oct 19 20:38:16 2023 +0200
+++ b/ui/ui/tree.h	Thu Oct 19 21:19:19 2023 +0200
@@ -111,6 +111,11 @@
     int *rows;
 };
 
+struct UiTableDndEvent {
+    UiListSelection selection;
+    void* dnd;
+};
+
 struct UiListArgs {
     UiTri fill;
     UiBool hexpand;

mercurial