Searched refs:pMenuEvent (Results 1 – 2 of 2) sorted by relevance
105 VclMenuEvent* pMenuEvent = (VclMenuEvent*)pEvent; in IMPL_LINK() local106 if ( pMenuEvent->GetMenu() == mpMenu ) // Also called for the root menu in IMPL_LINK()108 switch ( pMenuEvent->GetId() ) in IMPL_LINK()
665 if (const VclMenuEvent* pMenuEvent = dynamic_cast<const VclMenuEvent*>(pEvent)) in WindowEventHandler() local667 handle_menu_highlighted(pMenuEvent); in WindowEventHandler()
Completed in 31 milliseconds