Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_popup_list_event_process.c80 GX_EVENT send_event; in _gx_popup_list_event_process() local
86 memset(&send_event, 0, sizeof(GX_EVENT)); in _gx_popup_list_event_process()
91 send_event.gx_event_type = GX_EVENT_CLOSE_POPUP; in _gx_popup_list_event_process()
92 owner -> gx_widget_event_process_function(owner, &send_event); in _gx_popup_list_event_process()
99 send_event.gx_event_type = GX_EVENT_CLOSE_POPUP; in _gx_popup_list_event_process()
102 if (send_event.gx_event_type) in _gx_popup_list_event_process()
104 owner->gx_widget_event_process_function(owner, &send_event); in _gx_popup_list_event_process()