HelenOS sources

ui_fixed_remove   234 uspace/app/nav/nav.c 			ui_fixed_remove(navigator->fixed,
ui_fixed_remove   241 uspace/app/nav/nav.c 		ui_fixed_remove(navigator->fixed, nav_menu_ctl(navigator->menu));
ui_fixed_remove   339 uspace/app/taskbar/taskbar.c 	ui_fixed_remove(taskbar->fixed, taskbar_clock_ctl(taskbar->clock));
ui_fixed_remove   266 uspace/app/taskbar/tbsmenu.c 	ui_fixed_remove(tbsmenu->fixed, ui_pbutton_ctl(tbsmenu->sbutton));
ui_fixed_remove   291 uspace/app/taskbar/wndlist.c 		ui_fixed_remove(wndlist->fixed, ui_pbutton_ctl(entry->button));
ui_fixed_remove   455 uspace/app/taskbar/wndlist.c 			ui_fixed_remove(wndlist->fixed,
ui_fixed_remove    49 uspace/lib/ui/include/ui/fixed.h extern void ui_fixed_remove(ui_fixed_t *, ui_control_t *);
ui_fixed_remove   101 uspace/lib/ui/src/fixed.c 		ui_fixed_remove(fixed, control);
ui_fixed_remove   133 uspace/lib/ui/test/fixed.c 	ui_fixed_remove(fixed, control);
HelenOS homepage, sources at GitHub