application/main.c

changeset 754
fb5f560e81d9
parent 745
a4ee36ff7147
child 761
b963af4aac40
equal deleted inserted replaced
753:882e49cf7192 754:fb5f560e81d9
605 605
606 ui_label(obj, .label = "Label Col 1", .align = UI_ALIGN_LEFT); 606 ui_label(obj, .label = "Label Col 1", .align = UI_ALIGN_LEFT);
607 ui_label(obj, .label = "Label Col 2", .style = UI_LABEL_STYLE_TITLE, .align = UI_ALIGN_RIGHT); 607 ui_label(obj, .label = "Label Col 2", .style = UI_LABEL_STYLE_TITLE, .align = UI_ALIGN_RIGHT);
608 ui_newline(obj); 608 ui_newline(obj);
609 609
610 ui_spinner(obj, .step = 5); 610 ui_spinbox(obj, .step = 5);
611 ui_newline(obj); 611 ui_newline(obj);
612 612
613 ui_progressbar(obj, .colspan = 2, .varname = "progress"); 613 ui_progressbar(obj, .colspan = 2, .varname = "progress");
614 ui_set(doc->progress, 0.75); 614 ui_set(doc->progress, 0.75);
615 ui_newline(obj); 615 ui_newline(obj);

mercurial