Ardour  8.7-14-g57a6773833
gtkimcontextsimple.h File Reference
#include <gtk/gtkimcontext.h>
Include dependency graph for gtkimcontextsimple.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkIMContextgtk_im_context_simple_new (void)
 
void gtk_im_context_simple_add_table (GtkIMContextSimple *context_simple, guint16 *data, gint max_seq_len, gint n_seqs)
 

Macro Definition Documentation

◆ GTK_IM_CONTEXT_SIMPLE

#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.

◆ GTK_IM_CONTEXT_SIMPLE_CLASS

#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.

◆ GTK_IM_CONTEXT_SIMPLE_GET_CLASS

#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.

◆ GTK_IS_IM_CONTEXT_SIMPLE

#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.

◆ GTK_IS_IM_CONTEXT_SIMPLE_CLASS

#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.

◆ GTK_MAX_COMPOSE_LEN

#define GTK_MAX_COMPOSE_LEN   7

Definition at line 44 of file gtkimcontextsimple.h.

◆ GTK_TYPE_IM_CONTEXT_SIMPLE

#define GTK_TYPE_IM_CONTEXT_SIMPLE   (gtk_im_context_simple_get_type ())

Definition at line 33 of file gtkimcontextsimple.h.

Typedef Documentation

◆ GtkIMContextSimple

Definition at line 30 of file gtkimcontextsimple.h.

◆ GtkIMContextSimpleClass

Definition at line 30 of file gtkimcontextsimple.h.

Function Documentation

◆ gtk_im_context_simple_add_table()

void gtk_im_context_simple_add_table ( GtkIMContextSimple context_simple,
guint16 *  data,
gint  max_seq_len,
gint  n_seqs 
)

◆ gtk_im_context_simple_get_type()

GType gtk_im_context_simple_get_type ( void  )

◆ gtk_im_context_simple_new()

GtkIMContext* gtk_im_context_simple_new ( void  )