Go to the source code of this file.
|
GType | gtk_im_context_get_type (void) G_GNUC_CONST |
|
void | gtk_im_context_set_client_window (GtkIMContext *context, GdkWindow *window) |
|
void | gtk_im_context_get_preedit_string (GtkIMContext *context, gchar **str, PangoAttrList **attrs, gint *cursor_pos) |
|
gboolean | gtk_im_context_filter_keypress (GtkIMContext *context, GdkEventKey *event) |
|
void | gtk_im_context_focus_in (GtkIMContext *context) |
|
void | gtk_im_context_focus_out (GtkIMContext *context) |
|
void | gtk_im_context_reset (GtkIMContext *context) |
|
void | gtk_im_context_set_cursor_location (GtkIMContext *context, const GdkRectangle *area) |
|
void | gtk_im_context_set_use_preedit (GtkIMContext *context, gboolean use_preedit) |
|
void | gtk_im_context_set_surrounding (GtkIMContext *context, const gchar *text, gint len, gint cursor_index) |
|
gboolean | gtk_im_context_get_surrounding (GtkIMContext *context, gchar **text, gint *cursor_index) |
|
gboolean | gtk_im_context_delete_surrounding (GtkIMContext *context, gint offset, gint n_chars) |
|
◆ GTK_IM_CONTEXT
◆ GTK_IM_CONTEXT_CLASS
◆ GTK_IM_CONTEXT_GET_CLASS
◆ GTK_IS_IM_CONTEXT
◆ GTK_IS_IM_CONTEXT_CLASS
#define GTK_IS_IM_CONTEXT_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_IM_CONTEXT)) |
◆ GTK_TYPE_IM_CONTEXT
◆ GtkIMContext
◆ GtkIMContextClass
◆ gtk_im_context_delete_surrounding()
gboolean gtk_im_context_delete_surrounding |
( |
GtkIMContext * |
context, |
|
|
gint |
offset, |
|
|
gint |
n_chars |
|
) |
| |
◆ gtk_im_context_filter_keypress()
◆ gtk_im_context_focus_in()
◆ gtk_im_context_focus_out()
◆ gtk_im_context_get_preedit_string()
void gtk_im_context_get_preedit_string |
( |
GtkIMContext * |
context, |
|
|
gchar ** |
str, |
|
|
PangoAttrList ** |
attrs, |
|
|
gint * |
cursor_pos |
|
) |
| |
◆ gtk_im_context_get_surrounding()
gboolean gtk_im_context_get_surrounding |
( |
GtkIMContext * |
context, |
|
|
gchar ** |
text, |
|
|
gint * |
cursor_index |
|
) |
| |
◆ gtk_im_context_get_type()
GType gtk_im_context_get_type |
( |
void |
| ) |
|
◆ gtk_im_context_reset()
◆ gtk_im_context_set_client_window()
◆ gtk_im_context_set_cursor_location()
◆ gtk_im_context_set_surrounding()
void gtk_im_context_set_surrounding |
( |
GtkIMContext * |
context, |
|
|
const gchar * |
text, |
|
|
gint |
len, |
|
|
gint |
cursor_index |
|
) |
| |
◆ gtk_im_context_set_use_preedit()
void gtk_im_context_set_use_preedit |
( |
GtkIMContext * |
context, |
|
|
gboolean |
use_preedit |
|
) |
| |