make/vs/testapp/main.c

branch
newapi
changeset 205
b1ac0dd1d38b
parent 204
4a258d47f964
child 207
93b9f502cb88
--- a/make/vs/testapp/main.c	Fri Oct 06 19:38:10 2023 +0200
+++ b/make/vs/testapp/main.c	Tue Oct 10 10:58:14 2023 +0200
@@ -268,6 +268,10 @@
     ui_submenu_end();
     ui_menuitem("Exit", NULL, NULL);
 
+    ui_toolbar_item("Test", .label = "Test");
+
+    ui_toolbar_add_default("Test");
+
     ui_main();
 
     return (EXIT_SUCCESS);

mercurial