Searched refs:test_event_process (Results 1 – 3 of 3) sorted by relevance
48 static UINT test_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) in test_event_process() function71 …nt_process_set((GX_WIDGET *)&button_screen, (UINT (*)(GX_WIDGET *, GX_EVENT *))test_event_process); in control_thread_entry()
51 UINT test_event_process(GX_WINDOW *window, GX_EVENT *event_ptr) in test_event_process() function77 gx_widget_event_process_set(&window, test_event_process); in control_thread_entry()
47 static UINT test_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) in test_event_process() function74 …nt_process_set((GX_WIDGET *)&window_screen, (UINT (*)(GX_WIDGET *, GX_EVENT *))test_event_process); in control_thread_entry()