Searched refs:m_pIMHandler (Results 1 – 2 of 2) sorted by relevance
450 if( m_pIMHandler ) in ~GtkSalFrame()451 delete m_pIMHandler; in ~GtkSalFrame()571 m_pIMHandler = NULL; in InitCommon()1432 if( m_pIMHandler ) in Show()1433 m_pIMHandler->focusChanged( false ); in Show()2322 if( ! m_pIMHandler ) in SetInputContext()2323 m_pIMHandler = new IMHandler( this ); in SetInputContext()2324 m_pIMHandler->setInputContext( pContext ); in SetInputContext()2329 if( m_pIMHandler ) in EndExtTextInput()2330 m_pIMHandler->endExtTextInput( nFlags ); in EndExtTextInput()[all …]
190 IMHandler* m_pIMHandler; member in GtkSalFrame