--- a/ui/gtk/list.h Sun Sep 28 20:09:08 2025 +0200
+++ b/ui/gtk/list.h Mon Sep 29 20:16:07 2025 +0200
@@ -81,6 +81,8 @@
void *ondragcompletedata;
ui_callback ondrop;
void *ondropdata;
+ ui_list_savefunc onsave;
+ void *onsavedata;
UiListSelection selection;
} UiListView;