21#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
22#error "Only <gtk/gtk.h> can be included directly."
30#define GTK_TYPE_IM_CONTEXT (gtk_im_context_get_type ())
31#define GTK_IM_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IM_CONTEXT, GtkIMContext))
32#define GTK_IM_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_IM_CONTEXT, GtkIMContextClass))
33#define GTK_IS_IM_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_IM_CONTEXT))
34#define GTK_IS_IM_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_IM_CONTEXT))
35#define GTK_IM_CONTEXT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_IM_CONTEXT, GtkIMContextClass))
#define GDK_DEPRECATED_IN_4_2_FOR(f)
#define GDK_AVAILABLE_IN_4_2
#define GDK_AVAILABLE_IN_4_14
#define GDK_AVAILABLE_IN_ALL
struct _GdkEvent GdkEvent
struct _GdkDevice GdkDevice
struct _GdkSurface GdkSurface
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
GDK_AVAILABLE_IN_4_2 gboolean gtk_im_context_get_surrounding_with_selection(GtkIMContext *context, char **text, int *cursor_index, int *anchor_index)
GDK_AVAILABLE_IN_ALL void gtk_im_context_reset(GtkIMContext *context)
GDK_AVAILABLE_IN_4_14 gboolean gtk_im_context_activate_osk(GtkIMContext *context, GdkEvent *event)
GDK_AVAILABLE_IN_ALL gboolean gtk_im_context_filter_key(GtkIMContext *context, gboolean press, GdkSurface *surface, GdkDevice *device, guint32 time, guint keycode, GdkModifierType state, int group)
gboolean gtk_im_context_get_surrounding(GtkIMContext *context, char **text, int *cursor_index)
GDK_AVAILABLE_IN_ALL GType gtk_im_context_get_type(void) G_GNUC_CONST
GDK_AVAILABLE_IN_ALL void gtk_im_context_get_preedit_string(GtkIMContext *context, char **str, PangoAttrList **attrs, int *cursor_pos)
void gtk_im_context_set_surrounding(GtkIMContext *context, const char *text, int len, int cursor_index)
GDK_AVAILABLE_IN_ALL gboolean gtk_im_context_delete_surrounding(GtkIMContext *context, int offset, int n_chars)
GDK_AVAILABLE_IN_ALL void gtk_im_context_focus_out(GtkIMContext *context)
GDK_AVAILABLE_IN_4_2 void gtk_im_context_set_surrounding_with_selection(GtkIMContext *context, const char *text, int len, int cursor_index, int anchor_index)
GDK_AVAILABLE_IN_ALL void gtk_im_context_focus_in(GtkIMContext *context)
GDK_AVAILABLE_IN_ALL gboolean gtk_im_context_filter_keypress(GtkIMContext *context, GdkEvent *event)
GDK_AVAILABLE_IN_ALL void gtk_im_context_set_use_preedit(GtkIMContext *context, gboolean use_preedit)
GDK_AVAILABLE_IN_ALL void gtk_im_context_set_client_widget(GtkIMContext *context, GtkWidget *widget)
GDK_AVAILABLE_IN_ALL void gtk_im_context_set_cursor_location(GtkIMContext *context, const GdkRectangle *area)
struct _PangoAttrList PangoAttrList
void(* set_cursor_location)(GtkIMContext *context, GdkRectangle *area)
void(* preedit_end)(GtkIMContext *context)
gboolean(* activate_osk_with_event)(GtkIMContext *context, GdkEvent *event)
void(* focus_out)(GtkIMContext *context)
GObjectClass parent_class
void(* get_preedit_string)(GtkIMContext *context, char **str, PangoAttrList **attrs, int *cursor_pos)
void(* set_surrounding_with_selection)(GtkIMContext *context, const char *text, int len, int cursor_index, int anchor_index)
void(* focus_in)(GtkIMContext *context)
void(* commit)(GtkIMContext *context, const char *str)
void(* _gtk_reserved3)(void)
void(* _gtk_reserved2)(void)
gboolean(* get_surrounding_with_selection)(GtkIMContext *context, char **text, int *cursor_index, int *anchor_index)
gboolean(* get_surrounding)(GtkIMContext *context, char **text, int *cursor_index)
void(* activate_osk)(GtkIMContext *context)
void(* set_surrounding)(GtkIMContext *context, const char *text, int len, int cursor_index)
void(* reset)(GtkIMContext *context)
void(* set_use_preedit)(GtkIMContext *context, gboolean use_preedit)
gboolean(* filter_keypress)(GtkIMContext *context, GdkEvent *event)
gboolean(* retrieve_surrounding)(GtkIMContext *context)
void(* preedit_start)(GtkIMContext *context)
gboolean(* delete_surrounding)(GtkIMContext *context, int offset, int n_chars)
void(* _gtk_reserved4)(void)
void(* set_client_widget)(GtkIMContext *context, GtkWidget *widget)
void(* preedit_changed)(GtkIMContext *context)