GtkIMMulticontext — An input method context supporting multiple, loadable input methods
| GtkIMContext * | gtk_im_multicontext_new () |
| const char * | gtk_im_multicontext_get_context_id () |
| void | gtk_im_multicontext_set_context_id () |
| struct | GtkIMMulticontext |
GObject
╰── GtkIMContext
╰── GtkIMMulticontext
#include <gtk/gtk.h>
GtkIMContext *
gtk_im_multicontext_new (void); Creates a new GtkIMMulticontext.
a new GtkIMMulticontext.
const char *
gtk_im_multicontext_get_context_id (GtkIMMulticontext *context); Gets the id of the currently active delegate of the context .
context |
the id of the currently active delegate
void gtk_im_multicontext_set_context_id (GtkIMMulticontext *context,const char *context_id);
Sets the context id for context .
This causes the currently active delegate of context to be replaced by the delegate corresponding to the new context id.
context | ||
context_id | the id to use |
struct GtkIMMulticontext;
© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
https://developer.gnome.org/gtk4/4.0/GtkIMMulticontext.html