HelenOS sources

ui_fixed_t         50 uspace/app/aboutos/aboutos.h 	ui_fixed_t *fixed;
ui_fixed_t        753 uspace/app/calculator/calculator.c static errno_t calc_button_create(calc_t *calc, ui_fixed_t *fixed,
ui_fixed_t        796 uspace/app/calculator/calculator.c 	ui_fixed_t *fixed;
ui_fixed_t         55 uspace/app/display-cfg/types/display-cfg.h 	ui_fixed_t *fixed;
ui_fixed_t         56 uspace/app/display-cfg/types/seats.h 	ui_fixed_t *fixed;
ui_fixed_t        376 uspace/app/edit/edit.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         48 uspace/app/hello/hello.h 	ui_fixed_t *fixed;
ui_fixed_t         54 uspace/app/nav/types/nav.h 	ui_fixed_t *fixed;
ui_fixed_t        153 uspace/app/shutdown-dlg/shutdown-dlg.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         49 uspace/app/shutdown-dlg/shutdown-dlg.h 	ui_fixed_t *fixed;
ui_fixed_t         55 uspace/app/taskbar-cfg/types/smeedit.h 	ui_fixed_t *fixed;
ui_fixed_t         53 uspace/app/taskbar-cfg/types/startmenu.h 	ui_fixed_t *fixed;
ui_fixed_t         55 uspace/app/taskbar-cfg/types/taskbar-cfg.h 	ui_fixed_t *fixed;
ui_fixed_t         76 uspace/app/taskbar/tbsmenu.c errno_t tbsmenu_create(ui_window_t *window, ui_fixed_t *fixed,
ui_fixed_t         48 uspace/app/taskbar/tbsmenu.h extern errno_t tbsmenu_create(ui_window_t *, ui_fixed_t *, const char *,
ui_fixed_t         47 uspace/app/taskbar/test/tbsmenu.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         78 uspace/app/taskbar/test/tbsmenu.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         63 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         95 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        139 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        192 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        233 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        281 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        329 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        370 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        417 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        467 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        510 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        558 uspace/app/taskbar/test/wndlist.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         55 uspace/app/taskbar/types/taskbar.h 	ui_fixed_t *fixed;
ui_fixed_t         71 uspace/app/taskbar/types/tbsmenu.h 	ui_fixed_t *fixed;
ui_fixed_t         72 uspace/app/taskbar/types/wndlist.h 	ui_fixed_t *fixed;
ui_fixed_t         89 uspace/app/taskbar/wndlist.c errno_t wndlist_create(ui_window_t *window, ui_fixed_t *fixed,
ui_fixed_t         48 uspace/app/taskbar/wndlist.h extern errno_t wndlist_create(ui_window_t *, ui_fixed_t *, wndlist_t **);
ui_fixed_t         60 uspace/app/uidemo/uidemo.h 	ui_fixed_t *fixed;
ui_fixed_t         61 uspace/app/uidemo/uidemo.h 	ui_fixed_t *bfixed;
ui_fixed_t         62 uspace/app/uidemo/uidemo.h 	ui_fixed_t *lfixed;
ui_fixed_t         45 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_create(ui_fixed_t **);
ui_fixed_t         46 uspace/lib/ui/include/ui/fixed.h extern void ui_fixed_destroy(ui_fixed_t *);
ui_fixed_t         47 uspace/lib/ui/include/ui/fixed.h extern ui_control_t *ui_fixed_ctl(ui_fixed_t *);
ui_fixed_t         48 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_add(ui_fixed_t *, ui_control_t *);
ui_fixed_t         49 uspace/lib/ui/include/ui/fixed.h extern void ui_fixed_remove(ui_fixed_t *, ui_control_t *);
ui_fixed_t         50 uspace/lib/ui/include/ui/fixed.h extern errno_t ui_fixed_paint(ui_fixed_t *);
ui_fixed_t         51 uspace/lib/ui/include/ui/fixed.h extern ui_evclaim_t ui_fixed_kbd_event(ui_fixed_t *, kbd_event_t *);
ui_fixed_t         52 uspace/lib/ui/include/ui/fixed.h extern ui_evclaim_t ui_fixed_pos_event(ui_fixed_t *, pos_event_t *);
ui_fixed_t         53 uspace/lib/ui/include/ui/fixed.h extern void ui_fixed_unfocus(ui_fixed_t *, unsigned);
ui_fixed_t         66 uspace/lib/ui/private/fixed.h extern ui_fixed_elem_t *ui_fixed_first(ui_fixed_t *f);
ui_fixed_t        105 uspace/lib/ui/src/filedialog.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         66 uspace/lib/ui/src/fixed.c errno_t ui_fixed_create(ui_fixed_t **rfixed)
ui_fixed_t         68 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed;
ui_fixed_t         71 uspace/lib/ui/src/fixed.c 	fixed = calloc(1, sizeof(ui_fixed_t));
ui_fixed_t         90 uspace/lib/ui/src/fixed.c void ui_fixed_destroy(ui_fixed_t *fixed)
ui_fixed_t        116 uspace/lib/ui/src/fixed.c ui_control_t *ui_fixed_ctl(ui_fixed_t *fixed)
ui_fixed_t        127 uspace/lib/ui/src/fixed.c errno_t ui_fixed_add(ui_fixed_t *fixed, ui_control_t *control)
ui_fixed_t        148 uspace/lib/ui/src/fixed.c void ui_fixed_remove(ui_fixed_t *fixed, ui_control_t *control)
ui_fixed_t        166 uspace/lib/ui/src/fixed.c ui_fixed_elem_t *ui_fixed_first(ui_fixed_t *fixed)
ui_fixed_t        198 uspace/lib/ui/src/fixed.c errno_t ui_fixed_paint(ui_fixed_t *fixed)
ui_fixed_t        221 uspace/lib/ui/src/fixed.c ui_evclaim_t ui_fixed_kbd_event(ui_fixed_t *fixed, kbd_event_t *event)
ui_fixed_t        244 uspace/lib/ui/src/fixed.c ui_evclaim_t ui_fixed_pos_event(ui_fixed_t *fixed, pos_event_t *event)
ui_fixed_t        266 uspace/lib/ui/src/fixed.c void ui_fixed_unfocus(ui_fixed_t *fixed, unsigned nfocus)
ui_fixed_t        284 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed = (ui_fixed_t *) arg;
ui_fixed_t        296 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed = (ui_fixed_t *) arg;
ui_fixed_t        309 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed = (ui_fixed_t *) arg;
ui_fixed_t        322 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed = (ui_fixed_t *) arg;
ui_fixed_t        334 uspace/lib/ui/src/fixed.c 	ui_fixed_t *fixed = (ui_fixed_t *) arg;
ui_fixed_t         93 uspace/lib/ui/src/msgdialog.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         95 uspace/lib/ui/src/promptdialog.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        100 uspace/lib/ui/src/selectdialog.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         75 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t         94 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed;
ui_fixed_t        110 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        145 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        168 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        202 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
ui_fixed_t        241 uspace/lib/ui/test/fixed.c 	ui_fixed_t *fixed = NULL;
HelenOS homepage, sources at GitHub