Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dapp_runner.cpp449 BOOL child_detect; in app_root_event_process() local
471 child_detect = GX_TRUE; in app_root_event_process()
476 gx_widget_child_detect(screen, event_ptr->gx_event_target, &child_detect); in app_root_event_process()
482 child_detect = GX_TRUE; in app_root_event_process()
486 (!child_detect)) in app_root_event_process()
Dstudiox_screen_driver.c837 GX_BOOL child_detect; in _gx_system_focus_claim() local
841 _gx_widget_child_detect((GX_WIDGET *)root, widget, &child_detect); in _gx_system_focus_claim()
842 if (child_detect) in _gx_system_focus_claim()