Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx518 static std::set< Window * > g_aWindowList; variable
569 if( g_aWindowList.find(pWindow) == g_aWindowList.end() ) in handle_get_focus()
571 g_aWindowList.insert(pWindow); in handle_get_focus()
682 g_aWindowList.erase( static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow() ); in WindowEventHandler()