Home
last modified time | relevance | path

Searched refs:GX_EVENT_FOCUS_LOST (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_popup_list_event_process.c91 case GX_EVENT_FOCUS_LOST: in _gx_popup_list_event_process()
Dgx_system_focus_claim.c141 newevent.gx_event_type = GX_EVENT_FOCUS_LOST; in _gx_system_focus_claim()
Dgx_widget_event_process.c246 case GX_EVENT_FOCUS_LOST: in _gx_widget_event_process()
Dgx_single_line_text_input_event_process.c428 case GX_EVENT_FOCUS_LOST: in _gx_single_line_text_input_event_process()
Dgx_multi_line_text_input_event_process.c496 case GX_EVENT_FOCUS_LOST: in _gx_multi_line_text_input_event_process()
/GUIX-v6.2.1/common/inc/
Dgx_api.h576 #define GX_EVENT_FOCUS_LOST 8 macro