ui/gtk/list.h

changeset 786
150a1180f7ec
parent 778
85b6cef7fcba
child 853
380ec881faa2
--- a/ui/gtk/list.h	Thu Oct 02 14:49:17 2025 +0200
+++ b/ui/gtk/list.h	Thu Oct 02 14:49:27 2025 +0200
@@ -67,7 +67,6 @@
     GtkSelectionModel *selectionmodel;
     UiColData         *columns;
     int               numcolumns;
-    PangoAttrList     *default_attributes; // TODO: remove
     PangoAttrList     *current_row_attributes;
 #else
     int               style_offset;
@@ -82,6 +81,8 @@
     void              *ondragcompletedata;
     ui_callback       ondrop;
     void              *ondropdata;
+    ui_list_savefunc  onsave;
+    void              *onsavedata;
     UiListSelection   selection;
     
 } UiListView;

mercurial