Searched refs:_gx_system_top_widget_find (Results 1 – 7 of 7) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_system_top_widget_find.c | 74 GX_WIDGET *_gx_system_top_widget_find(GX_WIDGET *root, GX_POINT test_point, ULONG status) in _gx_system_top_widget_find() function
|
D | gx_horizontal_list_event_process.c | 161 …child = _gx_system_top_widget_find((GX_WIDGET *)list, event_ptr -> gx_event_payload.gx_event_point… in _gx_horizontal_list_event_process() 194 …child = _gx_system_top_widget_find((GX_WIDGET *)list, event_ptr -> gx_event_payload.gx_event_point… in _gx_horizontal_list_event_process()
|
D | gx_vertical_list_event_process.c | 158 …child = _gx_system_top_widget_find((GX_WIDGET *)list, event_ptr -> gx_event_payload.gx_event_point… in _gx_vertical_list_event_process() 190 …child = _gx_system_top_widget_find((GX_WIDGET *)list, event_ptr -> gx_event_payload.gx_event_point… in _gx_vertical_list_event_process()
|
D | gx_system_event_dispatch.c | 183 … target = _gx_system_top_widget_find((GX_WIDGET *)root_window, pen_pos, GX_STATUS_SELECTABLE); in _gx_system_event_dispatch()
|
D | gx_tree_view_event_process.c | 422 child = _gx_system_top_widget_find((GX_WIDGET *)tree, *point, GX_STATUS_SELECTABLE); in _gx_tree_menu_pen_down_event_process()
|
D | gx_accordion_menu_event_process.c | 475 …child = _gx_system_top_widget_find(widget, event_ptr -> gx_event_payload.gx_event_pointdata, GX_ST… in _gx_accordion_menu_pen_down_event_process()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_system.h | 158 GX_WIDGET *_gx_system_top_widget_find(GX_WIDGET *root, GX_POINT test_point, ULONG status);
|