--- a/application/main.c Sat Jan 31 11:51:54 2015 +0100 +++ b/application/main.c Sun Feb 01 10:35:07 2015 +0100 @@ -117,11 +117,16 @@ ui_menuitem("item4", NULL, NULL); UiObject *obj = ui_window("Test", NULL); + ui_hbox(obj); + ui_button(obj, "HELLO", NULL, NULL); + ui_button(obj, "WORLD", NULL, NULL); + ui_end(obj); ui_button(obj, "Test1", action_button, NULL); ui_button(obj, "Test2", action_button, NULL); ui_button(obj, "Test3", action_button, NULL); ui_button(obj, "Test4", action_button, NULL); ui_show(obj); + fflush(stdout); ui_main(); /* ui_locales_dir("/opt/app1/locales");