Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3281 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 …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx129 GtkIMContext* m_pIMContext; member

Completed in 35 milliseconds