ui/gtk/list.c

branch
newapi
changeset 392
df62b7205bd3
parent 391
fc0df448dfbc
child 394
bedd499b640d
--- a/ui/gtk/list.c	Tue Nov 26 10:02:04 2024 +0100
+++ b/ui/gtk/list.c	Tue Nov 26 10:40:03 2024 +0100
@@ -375,6 +375,7 @@
     // bind var
     list->update = ui_listview_update;
     list->getselection = ui_listview_getselection;
+    list->setselection = ui_listview_setselection;
     list->obj = tableview;
     
     // add callback

mercurial