application/main.c

changeset 444
0a52c26bba1a
parent 441
752bd110375e
child 445
5059f2435775
--- a/application/main.c	Mon Jan 13 22:44:01 2025 +0100
+++ b/application/main.c	Mon Jan 13 22:47:44 2025 +0100
@@ -414,7 +414,7 @@
         ui_tab(obj, "Tab 1") {
             UiModel *model = ui_model(obj->ctx, UI_STRING, "col1", UI_INTEGER, "col2", UI_ICON, "col3", UI_ICON_TEXT, "col4", UI_INTEGER, "col5", -1);
             model->getvalue = table_getvalue;
-            ui_listview(obj, .model = model, .list = doc->list2, .colspan = 2, .fill = UI_ON, .contextmenu = menubuilder, .multiselection = TRUE,
+            ui_table(obj, .model = model, .list = doc->list2, .colspan = 2, .fill = UI_ON, .contextmenu = menubuilder, .multiselection = TRUE,
                     .onactivate = action_table_activate, .onactivatedata = "activate",
                     .onselection = action_table_activate, .onselectiondata = "selection");
         }

mercurial