ui/gtk/tree.c

changeset 163
b70e2a77dea0
parent 152
62921b370c60
child 253
087cc9216f28
--- a/ui/gtk/tree.c	Sat Dec 05 11:54:58 2020 +0100
+++ b/ui/gtk/tree.c	Sat Dec 05 17:50:22 2020 +0100
@@ -493,6 +493,7 @@
     GtkWidget *combobox = ui_create_combobox(obj, listmodel, f, udata);
     UiContainer *ct = uic_get_current_container(obj);
     ct->add(ct, combobox, FALSE);
+    return combobox;
 }
 
 GtkWidget* ui_create_combobox(UiObject *obj, UiListModel *model, ui_callback f, void *udata) {

mercurial