application/main.c

changeset 62
70d2aee84432
parent 61
7ee124a58fe3
child 63
46a42f0c4f93
equal deleted inserted replaced
61:7ee124a58fe3 62:70d2aee84432
113 ui_list_append(list, p1); 113 ui_list_append(list, p1);
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 /*
119 ui_sidebar(window);
119 ui_layout_fill(window, FALSE); 120 ui_layout_fill(window, FALSE);
120 ui_hbox(window); 121 ui_vbox(window);
121 ui_button(window, "Test1", NULL, NULL); 122 ui_button(window, "Test1", NULL, NULL);
122 ui_button(window, "Test2", NULL, NULL); 123 ui_button(window, "Test2", NULL, NULL);
123 ui_button(window, "Test3", NULL, NULL); 124 ui_button(window, "Test3", NULL, NULL);
124 ui_button(window, "Test4", NULL, NULL); 125 ui_button(window, "Test4", NULL, NULL);
125 ui_button(window, "Test5", NULL, NULL); 126 ui_button(window, "Test5", NULL, NULL);
126 ui_button(window, "Test6", NULL, NULL); 127 ui_button(window, "Test6", NULL, NULL);
127 ui_button(window, "Test7", NULL, NULL); 128 ui_button(window, "Test7", NULL, NULL);
128 ui_button(window, "Test8", NULL, NULL); 129 ui_button(window, "Test8", NULL, NULL);
129 ui_end(window); 130 ui_end(window);
131 ui_end(window);
130 ui_table(window, list, model); 132 ui_table(window, list, model);
133 */
134 ui_layout_fill(window, FALSE);
135 ui_grid(window);
136 ui_button(window, "Test", NULL, NULL);
137 ui_label(window, "Test");
138 ui_button(window, "Test", NULL, NULL);
139 ui_newline(window);
140 ui_button(window, "Test_______", NULL, NULL);
141 ui_button(window, "Test", NULL, NULL);
142 ui_newline(window);
143 ui_button(window, "Test", NULL, NULL);
144 ui_button(window, "Test", NULL, NULL);
145 ui_button(window, "Test", NULL, NULL);
146 ui_end(window);
147
148 ui_textarea_nv(window, "text");
131 149
132 //ui_end(window); 150 //ui_end(window);
133 /* 151 /*
134 UiTabbedPane *view = ui_tabbed_document_view(window); 152 UiTabbedPane *view = ui_tabbed_document_view(window);
135 153

mercurial