|  | Ardour
    9.0-pre0-1955-gdb44a58a54
    | 
#include <ytk/gtkimcontext.h>Go to the source code of this file.
| Classes | |
| struct | _GtkIMContextSimple | 
| struct | _GtkIMContextSimpleClass | 
| Macros | |
| #define | GTK_TYPE_IM_CONTEXT_SIMPLE (gtk_im_context_simple_get_type ()) | 
| #define | GTK_IM_CONTEXT_SIMPLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimple)) | 
| #define | GTK_IM_CONTEXT_SIMPLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimpleClass)) | 
| #define | GTK_IS_IM_CONTEXT_SIMPLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE)) | 
| #define | GTK_IS_IM_CONTEXT_SIMPLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_IM_CONTEXT_SIMPLE)) | 
| #define | GTK_IM_CONTEXT_SIMPLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimpleClass)) | 
| #define | GTK_MAX_COMPOSE_LEN 7 | 
| Typedefs | |
| typedef struct _GtkIMContextSimple | GtkIMContextSimple | 
| typedef struct _GtkIMContextSimpleClass | GtkIMContextSimpleClass | 
| Functions | |
| GType | gtk_im_context_simple_get_type (void) G_GNUC_CONST | 
| GtkIMContext * | gtk_im_context_simple_new (void) | 
| void | gtk_im_context_simple_add_table (GtkIMContextSimple *context_simple, guint16 *data, gint max_seq_len, gint n_seqs) | 
| #define GTK_IM_CONTEXT_SIMPLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimple)) | 
Definition at line 34 of file gtkimcontextsimple.h.
| #define GTK_IM_CONTEXT_SIMPLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimpleClass)) | 
Definition at line 35 of file gtkimcontextsimple.h.
| #define GTK_IM_CONTEXT_SIMPLE_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE, GtkIMContextSimpleClass)) | 
Definition at line 38 of file gtkimcontextsimple.h.
| #define GTK_IS_IM_CONTEXT_SIMPLE | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_IM_CONTEXT_SIMPLE)) | 
Definition at line 36 of file gtkimcontextsimple.h.
| #define GTK_IS_IM_CONTEXT_SIMPLE_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_IM_CONTEXT_SIMPLE)) | 
Definition at line 37 of file gtkimcontextsimple.h.
| #define GTK_MAX_COMPOSE_LEN 7 | 
Definition at line 44 of file gtkimcontextsimple.h.
| #define GTK_TYPE_IM_CONTEXT_SIMPLE (gtk_im_context_simple_get_type ()) | 
Definition at line 33 of file gtkimcontextsimple.h.
| typedef struct _GtkIMContextSimple GtkIMContextSimple | 
Definition at line 30 of file gtkimcontextsimple.h.
| typedef struct _GtkIMContextSimpleClass GtkIMContextSimpleClass | 
Definition at line 30 of file gtkimcontextsimple.h.
| void gtk_im_context_simple_add_table | ( | GtkIMContextSimple * | context_simple, | 
| guint16 * | data, | ||
| gint | max_seq_len, | ||
| gint | n_seqs | ||
| ) | 
| GType gtk_im_context_simple_get_type | ( | void | ) | 
| GtkIMContext* gtk_im_context_simple_new | ( | void | ) |