Searched refs:m_pIMContext (Results 1 – 2 of 2) sorted by relevance
3281 m_pIMContext( NULL ), in IMHandler()3298 if( ! m_pIMContext ) in createIMContext()3300 m_pIMContext = gtk_im_multicontext_new (); in createIMContext()3301 g_signal_connect( m_pIMContext, "commit", in createIMContext()3316 gtk_im_context_focus_in( m_pIMContext ); in createIMContext()3324 if( m_pIMContext ) in deleteIMContext()3331 g_object_unref( m_pIMContext ); in deleteIMContext()3332 m_pIMContext = NULL; in deleteIMContext()3381 gtk_im_context_reset ( m_pIMContext ); in endExtTextInput()3407 gtk_im_context_focus_in( m_pIMContext ); in focusChanged()[all …]
129 GtkIMContext* m_pIMContext; member
Completed in 38 milliseconds