HelenOS sources

ui_label_ctl      260 uspace/app/aboutos/aboutos.c 	rc = ui_fixed_add(aboutos.fixed, ui_label_ctl(aboutos.lrelease));
ui_label_ctl      289 uspace/app/aboutos/aboutos.c 	rc = ui_fixed_add(aboutos.fixed, ui_label_ctl(aboutos.lcopy));
ui_label_ctl      318 uspace/app/aboutos/aboutos.c 	rc = ui_fixed_add(aboutos.fixed, ui_label_ctl(aboutos.larch));
ui_label_ctl      166 uspace/app/display-cfg/seats.c 	rc = ui_fixed_add(seats->fixed, ui_label_ctl(seats->seats_label));
ui_label_ctl      287 uspace/app/display-cfg/seats.c 	rc = ui_fixed_add(seats->fixed, ui_label_ctl(seats->devices_label));
ui_label_ctl      868 uspace/app/display-cfg/seats.c 	(void) ui_control_paint(ui_label_ctl(entry->seats->devices_label));
ui_label_ctl      601 uspace/app/edit/edit.c 	rc = ui_fixed_add(fixed, ui_label_ctl(edit->status));
ui_label_ctl      125 uspace/app/hello/hello.c 	rc = ui_fixed_add(hello.fixed, ui_label_ctl(hello.label));
ui_label_ctl      174 uspace/app/taskbar-cfg/smeedit.c 	rc = ui_fixed_add(smee->fixed, ui_label_ctl(smee->lcmd));
ui_label_ctl      228 uspace/app/taskbar-cfg/smeedit.c 	rc = ui_fixed_add(smee->fixed, ui_label_ctl(smee->lcaption));
ui_label_ctl      153 uspace/app/taskbar-cfg/startmenu.c 	rc = ui_fixed_add(smenu->fixed, ui_label_ctl(smenu->entries_label));
ui_label_ctl      982 uspace/app/uidemo/uidemo.c 	rc = ui_fixed_add(demo.bfixed, ui_label_ctl(demo.label));
ui_label_ctl       49 uspace/lib/ui/include/ui/label.h extern ui_control_t *ui_label_ctl(ui_label_t *);
ui_label_ctl      167 uspace/lib/ui/src/filedialog.c 	rc = ui_fixed_add(fixed, ui_label_ctl(label));
ui_label_ctl      225 uspace/lib/ui/src/filedialog.c 	rc = ui_fixed_add(fixed, ui_label_ctl(label));
ui_label_ctl      146 uspace/lib/ui/src/msgdialog.c 	rc = ui_fixed_add(fixed, ui_label_ctl(label));
ui_label_ctl      156 uspace/lib/ui/src/promptdialog.c 	rc = ui_fixed_add(fixed, ui_label_ctl(label));
ui_label_ctl      161 uspace/lib/ui/src/selectdialog.c 	rc = ui_fixed_add(fixed, ui_label_ctl(label));
ui_label_ctl      114 uspace/lib/ui/test/label.c 	control = ui_label_ctl(label);
HelenOS homepage, sources at GitHub