application/main.c

branch
newapi
changeset 340
2dd42bd4fe5d
parent 339
b68b5f984074
equal deleted inserted replaced
339:b68b5f984074 340:2dd42bd4fe5d
229 ui_tab(obj, "Tab 4") { 229 ui_tab(obj, "Tab 4") {
230 ui_textarea(obj, .varname = "text"); 230 ui_textarea(obj, .varname = "text");
231 } 231 }
232 ui_tab(obj, "Tab 5") { 232 ui_tab(obj, "Tab 5") {
233 ui_button(obj, .label = "Test Button", .icon = "application-x-generic", .onclick = action_button); 233 ui_button(obj, .label = "Test Button", .icon = "application-x-generic", .onclick = action_button);
234 ui_imageviewer(obj, .varname = "image"); 234 ui_imageviewer(obj, .varname = "image", .style_class = "imageviewer");
235 } 235 }
236 } 236 }
237 237
238 /* 238 /*
239 239

mercurial