application/main.c

changeset 1004
8b8d4f8af38e
parent 997
287b20e2a564
equal deleted inserted replaced
1001:7e72b45f0d41 1004:8b8d4f8af38e
1303 ui_button(obj, .label = "Test"); 1303 ui_button(obj, .label = "Test");
1304 ui_hbox(obj, .spacing = 10) { 1304 ui_hbox(obj, .spacing = 10) {
1305 ui_button(obj, .label = "Test 1"); 1305 ui_button(obj, .label = "Test 1");
1306 ui_button(obj, .label = "Test 2"); 1306 ui_button(obj, .label = "Test 2");
1307 ui_button(obj, .label = "Test 3"); 1307 ui_button(obj, .label = "Test 3");
1308 ui_checkbox(obj, .label = "Test 4", .varname = "check1");
1308 } 1309 }
1309 } 1310 }
1310 ui_show(obj); 1311 ui_show(obj);
1311 } 1312 }
1312 1313

mercurial