Lines Matching refs:target
83 GX_WIDGET *target = GX_NULL; in _gx_system_event_dispatch() local
104 target = out_event.gx_event_target; in _gx_system_event_dispatch()
105 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()
141 target = *_gx_system_input_capture_stack; in _gx_system_event_dispatch()
143 if (target) in _gx_system_event_dispatch()
147 root_window = (GX_WINDOW_ROOT *)target -> gx_widget_parent; in _gx_system_event_dispatch()
179 if (!target) in _gx_system_event_dispatch()
182 … target = _gx_system_top_widget_find((GX_WIDGET *)root_window, pen_pos, GX_STATUS_SELECTABLE); in _gx_system_event_dispatch()
187 if (target) in _gx_system_event_dispatch()
190 out_event.gx_event_target = target; in _gx_system_event_dispatch()
194 _gx_system_focus_claim(target); in _gx_system_event_dispatch()
198 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()