HelenOS sources

pos_event_t       177 uspace/app/edit/edit.c static void pos_handle(pos_event_t *ev);
pos_event_t       262 uspace/app/edit/edit.c static ui_evclaim_t pane_ctl_pos_event(void *, pos_event_t *);
pos_event_t       804 uspace/app/edit/edit.c static void pos_handle(pos_event_t *ev)
pos_event_t      1522 uspace/app/edit/edit.c static ui_evclaim_t pane_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        61 uspace/app/fontedit/fontedit.c static void font_edit_pos_event(ui_window_t *, void *, pos_event_t *);
pos_event_t       222 uspace/app/fontedit/fontedit.c     pos_event_t *event)
pos_event_t        52 uspace/app/nav/panel.c static ui_evclaim_t panel_ctl_pos_event(void *, pos_event_t *);
pos_event_t       216 uspace/app/nav/panel.c ui_evclaim_t panel_pos_event(panel_t *panel, pos_event_t *event)
pos_event_t       349 uspace/app/nav/panel.c ui_evclaim_t panel_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        53 uspace/app/nav/panel.h extern ui_evclaim_t panel_pos_event(panel_t *, pos_event_t *);
pos_event_t        52 uspace/app/taskbar/clock.c static ui_evclaim_t taskbar_clock_ctl_pos_event(void *, pos_event_t *);
pos_event_t       227 uspace/app/taskbar/clock.c ui_evclaim_t taskbar_clock_pos_event(taskbar_clock_t *clock, pos_event_t *event)
pos_event_t       310 uspace/app/taskbar/clock.c ui_evclaim_t taskbar_clock_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        52 uspace/app/taskbar/clock.h extern ui_evclaim_t taskbar_clock_pos_event(taskbar_clock_t *, pos_event_t *);
pos_event_t        54 uspace/app/taskbar/taskbar.c static void taskbar_wnd_pos(ui_window_t *, void *, pos_event_t *);
pos_event_t       108 uspace/app/taskbar/taskbar.c static void taskbar_wnd_pos(ui_window_t *window, void *arg, pos_event_t *event)
pos_event_t       140 uspace/app/taskbar/test/clock.c 	pos_event_t event;
pos_event_t       122 uspace/app/terminal/terminal.c static void terminal_pos_event(ui_window_t *, void *, pos_event_t *);
pos_event_t       860 uspace/app/terminal/terminal.c static void terminal_pos_event(ui_window_t *window, void *arg, pos_event_t *event)
pos_event_t       132 uspace/dist/src/c/demos/edit/edit.c static void pos_handle(pos_event_t *ev);
pos_event_t       482 uspace/dist/src/c/demos/edit/edit.c static void pos_handle(pos_event_t *ev)
pos_event_t       875 uspace/lib/clui/src/tinput.c static void tinput_pos(tinput_t *ti, pos_event_t *ev)
pos_event_t        59 uspace/lib/console/include/io/cons_event.h 		pos_event_t pos;
pos_event_t        66 uspace/lib/display/include/types/display.h 	void (*pos_event)(void *, pos_event_t *);
pos_event_t        85 uspace/lib/display/include/types/display/event.h 		pos_event_t pos;
pos_event_t        55 uspace/lib/display/test/display.c static void test_pos_event(void *, pos_event_t *);
pos_event_t      2177 uspace/lib/display/test/display.c static void test_pos_event(void *arg, pos_event_t *event)
pos_event_t        56 uspace/lib/ui/include/types/ui/control.h 	ui_evclaim_t (*pos_event)(void *, pos_event_t *);
pos_event_t        62 uspace/lib/ui/include/types/ui/popup.h 	void (*pos)(ui_popup_t *, void *, pos_event_t *);
pos_event_t        63 uspace/lib/ui/include/types/ui/testctl.h 	pos_event_t pevent;
pos_event_t       106 uspace/lib/ui/include/types/ui/window.h 	void (*pos)(ui_window_t *, void *, pos_event_t *);
pos_event_t        62 uspace/lib/ui/include/ui/checkbox.h extern ui_evclaim_t ui_checkbox_pos_event(ui_checkbox_t *, pos_event_t *);
pos_event_t        50 uspace/lib/ui/include/ui/control.h extern ui_evclaim_t ui_control_pos_event(ui_control_t *, pos_event_t *);
pos_event_t        69 uspace/lib/ui/include/ui/entry.h extern ui_evclaim_t ui_entry_pos_event(ui_entry_t *, pos_event_t *);
pos_event_t        52 uspace/lib/ui/include/ui/fixed.h extern ui_evclaim_t ui_fixed_pos_event(ui_fixed_t *, pos_event_t *);
pos_event_t        60 uspace/lib/ui/include/ui/menu.h     pos_event_t *);
pos_event_t        58 uspace/lib/ui/include/ui/menubar.h extern ui_evclaim_t ui_menu_bar_pos_event(ui_menu_bar_t *, pos_event_t *);
pos_event_t        73 uspace/lib/ui/include/ui/menuentry.h     pos_event_t *);
pos_event_t        69 uspace/lib/ui/include/ui/pbutton.h extern ui_evclaim_t ui_pbutton_pos_event(ui_pbutton_t *, pos_event_t *);
pos_event_t        65 uspace/lib/ui/include/ui/rbutton.h extern ui_evclaim_t ui_rbutton_pos_event(ui_rbutton_t *, pos_event_t *);
pos_event_t        72 uspace/lib/ui/include/ui/scrollbar.h extern ui_evclaim_t ui_scrollbar_pos_event(ui_scrollbar_t *, pos_event_t *);
pos_event_t        60 uspace/lib/ui/include/ui/slider.h extern ui_evclaim_t ui_slider_pos_event(ui_slider_t *, pos_event_t *);
pos_event_t        62 uspace/lib/ui/include/ui/tab.h extern ui_evclaim_t ui_tab_pos_event(ui_tab_t *, pos_event_t *);
pos_event_t        54 uspace/lib/ui/include/ui/tabset.h extern ui_evclaim_t ui_tab_set_pos_event(ui_tab_set_t *, pos_event_t *);
pos_event_t        60 uspace/lib/ui/include/ui/wdecor.h extern ui_evclaim_t ui_wdecor_pos_event(ui_wdecor_t *, pos_event_t *);
pos_event_t        74 uspace/lib/ui/include/ui/window.h extern void ui_window_def_pos(ui_window_t *, pos_event_t *);
pos_event_t       112 uspace/lib/ui/private/list.h extern ui_evclaim_t ui_list_pos_event(ui_list_t *, pos_event_t *);
pos_event_t       117 uspace/lib/ui/private/wdecor.h extern void ui_wdecor_frame_pos_event(ui_wdecor_t *, pos_event_t *);
pos_event_t       133 uspace/lib/ui/private/window.h extern void ui_window_send_pos(ui_window_t *, pos_event_t *);
pos_event_t        61 uspace/lib/ui/src/checkbox.c static ui_evclaim_t ui_checkbox_ctl_pos_event(void *, pos_event_t *);
pos_event_t       393 uspace/lib/ui/src/checkbox.c ui_evclaim_t ui_checkbox_pos_event(ui_checkbox_t *checkbox, pos_event_t *event)
pos_event_t       460 uspace/lib/ui/src/checkbox.c ui_evclaim_t ui_checkbox_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       124 uspace/lib/ui/src/control.c ui_evclaim_t ui_control_pos_event(ui_control_t *control, pos_event_t *event)
pos_event_t        59 uspace/lib/ui/src/entry.c static ui_evclaim_t ui_entry_ctl_pos_event(void *, pos_event_t *);
pos_event_t       794 uspace/lib/ui/src/entry.c ui_evclaim_t ui_entry_pos_event(ui_entry_t *entry, pos_event_t *event)
pos_event_t       881 uspace/lib/ui/src/entry.c static ui_evclaim_t ui_entry_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        54 uspace/lib/ui/src/filelist.c static ui_evclaim_t ui_file_list_ctl_pos_event(void *, pos_event_t *);
pos_event_t       689 uspace/lib/ui/src/filelist.c ui_evclaim_t ui_file_list_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        49 uspace/lib/ui/src/fixed.c static ui_evclaim_t ui_fixed_ctl_pos_event(void *, pos_event_t *);
pos_event_t       244 uspace/lib/ui/src/fixed.c ui_evclaim_t ui_fixed_pos_event(ui_fixed_t *fixed, pos_event_t *event)
pos_event_t       320 uspace/lib/ui/src/fixed.c ui_evclaim_t ui_fixed_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        52 uspace/lib/ui/src/image.c static ui_evclaim_t ui_image_ctl_pos_event(void *, pos_event_t *);
pos_event_t       233 uspace/lib/ui/src/image.c ui_evclaim_t ui_image_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        50 uspace/lib/ui/src/label.c static ui_evclaim_t ui_label_ctl_pos_event(void *, pos_event_t *);
pos_event_t       264 uspace/lib/ui/src/label.c ui_evclaim_t ui_label_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        53 uspace/lib/ui/src/list.c static ui_evclaim_t ui_list_ctl_pos_event(void *, pos_event_t *);
pos_event_t       391 uspace/lib/ui/src/list.c ui_evclaim_t ui_list_pos_event(ui_list_t *list, pos_event_t *event)
pos_event_t       661 uspace/lib/ui/src/list.c ui_evclaim_t ui_list_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        69 uspace/lib/ui/src/menu.c static void ui_menu_popup_pos(ui_popup_t *, void *, pos_event_t *);
pos_event_t       378 uspace/lib/ui/src/menu.c     pos_event_t *event)
pos_event_t       590 uspace/lib/ui/src/menu.c static void ui_menu_popup_pos(ui_popup_t *popup, void *arg, pos_event_t *event)
pos_event_t        67 uspace/lib/ui/src/menubar.c static ui_evclaim_t ui_menu_bar_ctl_pos_event(void *, pos_event_t *);
pos_event_t       525 uspace/lib/ui/src/menubar.c ui_evclaim_t ui_menu_bar_pos_event(ui_menu_bar_t *mbar, pos_event_t *event)
pos_event_t       695 uspace/lib/ui/src/menubar.c ui_evclaim_t ui_menu_bar_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       570 uspace/lib/ui/src/menuentry.c     gfx_coord2_t *pos, pos_event_t *event)
pos_event_t        63 uspace/lib/ui/src/pbutton.c static ui_evclaim_t ui_pbutton_ctl_pos_event(void *, pos_event_t *);
pos_event_t       608 uspace/lib/ui/src/pbutton.c ui_evclaim_t ui_pbutton_pos_event(ui_pbutton_t *pbutton, pos_event_t *event)
pos_event_t       675 uspace/lib/ui/src/pbutton.c ui_evclaim_t ui_pbutton_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        50 uspace/lib/ui/src/popup.c static void ui_popup_window_pos(ui_window_t *, void *, pos_event_t *);
pos_event_t       240 uspace/lib/ui/src/popup.c     pos_event_t *event)
pos_event_t        60 uspace/lib/ui/src/rbutton.c static ui_evclaim_t ui_rbutton_ctl_pos_event(void *, pos_event_t *);
pos_event_t       461 uspace/lib/ui/src/rbutton.c ui_evclaim_t ui_rbutton_pos_event(ui_rbutton_t *rbutton, pos_event_t *event)
pos_event_t       528 uspace/lib/ui/src/rbutton.c ui_evclaim_t ui_rbutton_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       107 uspace/lib/ui/src/scrollbar.c static ui_evclaim_t ui_scrollbar_ctl_pos_event(void *, pos_event_t *);
pos_event_t       904 uspace/lib/ui/src/scrollbar.c ui_evclaim_t ui_scrollbar_pos_event(ui_scrollbar_t *scrollbar, pos_event_t *event)
pos_event_t      1087 uspace/lib/ui/src/scrollbar.c ui_evclaim_t ui_scrollbar_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        78 uspace/lib/ui/src/slider.c static ui_evclaim_t ui_slider_ctl_pos_event(void *, pos_event_t *);
pos_event_t       504 uspace/lib/ui/src/slider.c ui_evclaim_t ui_slider_pos_event(ui_slider_t *slider, pos_event_t *event)
pos_event_t       566 uspace/lib/ui/src/slider.c ui_evclaim_t ui_slider_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       628 uspace/lib/ui/src/tab.c ui_evclaim_t ui_tab_pos_event(ui_tab_t *tab, pos_event_t *event)
pos_event_t        52 uspace/lib/ui/src/tabset.c static ui_evclaim_t ui_tab_set_ctl_pos_event(void *, pos_event_t *);
pos_event_t       211 uspace/lib/ui/src/tabset.c ui_evclaim_t ui_tab_set_pos_event(ui_tab_set_t *tabset, pos_event_t *event)
pos_event_t       270 uspace/lib/ui/src/tabset.c static ui_evclaim_t ui_tab_set_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t        49 uspace/lib/ui/src/testctl.c static ui_evclaim_t test_ctl_pos_event(void *, pos_event_t *);
pos_event_t        89 uspace/lib/ui/src/testctl.c static ui_evclaim_t test_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       332 uspace/lib/ui/src/ui.c 	pos_event_t pos;
pos_event_t      1089 uspace/lib/ui/src/wdecor.c void ui_wdecor_frame_pos_event(ui_wdecor_t *wdecor, pos_event_t *event)
pos_event_t      1118 uspace/lib/ui/src/wdecor.c ui_evclaim_t ui_wdecor_pos_event(ui_wdecor_t *wdecor, pos_event_t *event)
pos_event_t        66 uspace/lib/ui/src/window.c static void dwnd_pos_event(void *, pos_event_t *);
pos_event_t       996 uspace/lib/ui/src/window.c static void dwnd_pos_event(void *arg, pos_event_t *event)
pos_event_t      1360 uspace/lib/ui/src/window.c void ui_window_send_pos(ui_window_t *window, pos_event_t *pos)
pos_event_t      1543 uspace/lib/ui/src/window.c void ui_window_def_pos(ui_window_t *window, pos_event_t *pos)
pos_event_t       440 uspace/lib/ui/test/checkbox.c 	pos_event_t event;
pos_event_t       501 uspace/lib/ui/test/checkbox.c 	pos_event_t event;
pos_event_t       145 uspace/lib/ui/test/control.c 	pos_event_t event;
pos_event_t        42 uspace/lib/ui/test/fixed.c static ui_evclaim_t test_ctl_pos_event(void *, pos_event_t *);
pos_event_t        65 uspace/lib/ui/test/fixed.c 	pos_event_t pevent;
pos_event_t       205 uspace/lib/ui/test/fixed.c 	pos_event_t event;
pos_event_t       279 uspace/lib/ui/test/fixed.c static ui_evclaim_t test_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       350 uspace/lib/ui/test/list.c 	pos_event_t event;
pos_event_t       424 uspace/lib/ui/test/menu.c 	pos_event_t event;
pos_event_t       290 uspace/lib/ui/test/menubar.c 	pos_event_t event;
pos_event_t       723 uspace/lib/ui/test/menuentry.c 	pos_event_t event;
pos_event_t       783 uspace/lib/ui/test/menuentry.c 	pos_event_t event;
pos_event_t       843 uspace/lib/ui/test/menuentry.c 	pos_event_t event;
pos_event_t       906 uspace/lib/ui/test/menuentry.c 	pos_event_t event;
pos_event_t       516 uspace/lib/ui/test/pbutton.c 	pos_event_t event;
pos_event_t       577 uspace/lib/ui/test/pbutton.c 	pos_event_t event;
pos_event_t        52 uspace/lib/ui/test/popup.c static void test_popup_pos(ui_popup_t *, void *, pos_event_t *);
pos_event_t        65 uspace/lib/ui/test/popup.c static ui_evclaim_t test_ctl_pos_event(void *, pos_event_t *);
pos_event_t        82 uspace/lib/ui/test/popup.c 	pos_event_t pos_event;
pos_event_t        91 uspace/lib/ui/test/popup.c 	pos_event_t pos_event;
pos_event_t       245 uspace/lib/ui/test/popup.c 	pos_event_t pos_event;
pos_event_t       318 uspace/lib/ui/test/popup.c     pos_event_t *event)
pos_event_t       334 uspace/lib/ui/test/popup.c static ui_evclaim_t test_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       474 uspace/lib/ui/test/rbutton.c 	pos_event_t event;
pos_event_t       540 uspace/lib/ui/test/rbutton.c 	pos_event_t event;
pos_event_t       984 uspace/lib/ui/test/scrollbar.c 	pos_event_t event;
pos_event_t      1046 uspace/lib/ui/test/scrollbar.c 	pos_event_t event;
pos_event_t      1092 uspace/lib/ui/test/scrollbar.c 	pos_event_t event;
pos_event_t      1149 uspace/lib/ui/test/scrollbar.c 	pos_event_t event;
pos_event_t      1203 uspace/lib/ui/test/scrollbar.c 	pos_event_t event;
pos_event_t       371 uspace/lib/ui/test/slider.c 	pos_event_t event;
pos_event_t       513 uspace/lib/ui/test/tab.c 	pos_event_t event;
pos_event_t       239 uspace/lib/ui/test/tabset.c 	pos_event_t event;
pos_event_t       701 uspace/lib/ui/test/wdecor.c 	pos_event_t event;
pos_event_t      1516 uspace/lib/ui/test/wdecor.c 	pos_event_t event;
pos_event_t        55 uspace/lib/ui/test/window.c static void test_window_pos(ui_window_t *, void *, pos_event_t *);
pos_event_t        75 uspace/lib/ui/test/window.c static ui_evclaim_t test_ctl_pos_event(void *, pos_event_t *);
pos_event_t        98 uspace/lib/ui/test/window.c 	pos_event_t pos_event;
pos_event_t       108 uspace/lib/ui/test/window.c 	pos_event_t pos_event;
pos_event_t       472 uspace/lib/ui/test/window.c 	pos_event_t event;
pos_event_t       860 uspace/lib/ui/test/window.c 	pos_event_t pos_event;
pos_event_t      1000 uspace/lib/ui/test/window.c     pos_event_t *event)
pos_event_t      1024 uspace/lib/ui/test/window.c static ui_evclaim_t test_ctl_pos_event(void *arg, pos_event_t *event)
pos_event_t       323 uspace/srv/hid/display/client.c     pos_event_t *event)
pos_event_t        62 uspace/srv/hid/display/client.h     pos_event_t *);
pos_event_t       414 uspace/srv/hid/display/seat.c 	pos_event_t pevent;
pos_event_t       510 uspace/srv/hid/display/seat.c errno_t ds_seat_post_pos_event(ds_seat_t *seat, pos_event_t *event)
pos_event_t        57 uspace/srv/hid/display/seat.h extern errno_t ds_seat_post_pos_event(ds_seat_t *, pos_event_t *);
pos_event_t       371 uspace/srv/hid/display/test/client.c 	pos_event_t event;
pos_event_t       562 uspace/srv/hid/display/test/window.c 	pos_event_t event;
pos_event_t       642 uspace/srv/hid/display/window.c errno_t ds_window_post_pos_event(ds_window_t *wnd, pos_event_t *event)
pos_event_t       644 uspace/srv/hid/display/window.c 	pos_event_t tevent;
pos_event_t        62 uspace/srv/hid/display/window.h extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
HelenOS homepage, sources at GitHub