application/main.c

changeset 61
7ee124a58fe3
parent 60
7cd1b8890302
child 62
70d2aee84432
equal deleted inserted replaced
60:7cd1b8890302 61:7ee124a58fe3
114 ui_list_append(list, p2); 114 ui_list_append(list, p2);
115 ui_list_append(list, p3); 115 ui_list_append(list, p3);
116 ui_list_append(list, p4); 116 ui_list_append(list, p4);
117 117
118 //ui_sidebar(window); 118 //ui_sidebar(window);
119 ui_table(window, list, model); 119 ui_layout_fill(window, FALSE);
120 ui_hbox(window);
120 ui_button(window, "Test1", NULL, NULL); 121 ui_button(window, "Test1", NULL, NULL);
121 ui_button(window, "Test2", NULL, NULL); 122 ui_button(window, "Test2", NULL, NULL);
123 ui_button(window, "Test3", NULL, NULL);
124 ui_button(window, "Test4", NULL, NULL);
125 ui_button(window, "Test5", NULL, NULL);
126 ui_button(window, "Test6", NULL, NULL);
127 ui_button(window, "Test7", NULL, NULL);
128 ui_button(window, "Test8", NULL, NULL);
129 ui_end(window);
130 ui_table(window, list, model);
131
122 //ui_end(window); 132 //ui_end(window);
123 /* 133 /*
124 UiTabbedPane *view = ui_tabbed_document_view(window); 134 UiTabbedPane *view = ui_tabbed_document_view(window);
125 135
126 UiObject *tab1 = ui_document_tab(view); 136 UiObject *tab1 = ui_document_tab(view);

mercurial