Searched refs:m_pIMHandler (Results 1 – 2 of 2) sorted by relevance
436 if( m_pIMHandler ) in ~GtkSalFrame()437 delete m_pIMHandler; in ~GtkSalFrame()557 m_pIMHandler = NULL; in InitCommon()1397 if( m_pIMHandler ) in Show()1398 m_pIMHandler->focusChanged( false ); in Show()2278 if( ! m_pIMHandler ) in SetInputContext()2279 m_pIMHandler = new IMHandler( this ); in SetInputContext()2280 m_pIMHandler->setInputContext( pContext ); in SetInputContext()2285 if( m_pIMHandler ) in EndExtTextInput()2286 m_pIMHandler->endExtTextInput( nFlags ); in EndExtTextInput()[all …]
190 IMHandler* m_pIMHandler; member in GtkSalFrame