HelenOS sources

ui_scrollbar_pos_event   72 uspace/lib/ui/include/ui/scrollbar.h extern ui_evclaim_t ui_scrollbar_pos_event(ui_scrollbar_t *, pos_event_t *);
ui_scrollbar_pos_event  401 uspace/lib/ui/src/list.c 	claim = ui_scrollbar_pos_event(list->scrollbar, event);
ui_scrollbar_pos_event 1091 uspace/lib/ui/src/scrollbar.c 	return ui_scrollbar_pos_event(scrollbar, event);
ui_scrollbar_pos_event 1013 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1021 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1029 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1075 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1124 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1132 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1178 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1186 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
ui_scrollbar_pos_event 1232 uspace/lib/ui/test/scrollbar.c 	claim = ui_scrollbar_pos_event(scrollbar, &event);
HelenOS homepage, sources at GitHub