make/vs/testapp/main.c

branch
newapi
changeset 377
3a60db9ebb5d
parent 374
eae5d6623fd3
child 379
958bae372271
--- a/make/vs/testapp/main.c	Wed Oct 30 15:32:38 2024 +0100
+++ b/make/vs/testapp/main.c	Sun Nov 10 10:16:47 2024 +0100
@@ -307,7 +307,11 @@
             }
         }
         ui_tab(obj, "Tab 4") {
-            ui_textarea(obj, .varname = "text");
+            ui_grid0(obj) {
+                ui_button(obj, .label = "test1");
+                ui_newline(obj);
+                ui_textarea(obj, .varname = "text", .vexpand = TRUE, .hexpand = TRUE);
+            }
         }
         ui_tab(obj, "Tab 5") {
             ui_button(obj, .label = "Test Button", .icon = "application-x-generic", .onclick = action_button);

mercurial