| GTK+ Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> | 
| #include <gtk/gtk.h> struct GtkIMMulticontext; GtkIMContext* gtk_im_multicontext_new (void); void gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context, GtkMenuShell *menushell); | 
| GtkIMContext* gtk_im_multicontext_new (void); | 
Creates a new GtkIMMulticontext.
| Returns : | a new GtkIMMulticontext. | 
| void        gtk_im_multicontext_append_menuitems
                                            (GtkIMMulticontext *context,
                                             GtkMenuShell *menushell); | 
Add menuitems for various available input methods to a menu; the menuitems, when selected, will switch the input method for the context and the global default input method.
| context : | |
| menushell : |