gdkim.h File Reference

#include <gdk/gdkcolor.h>
#include <gdk/gdkevents.h>
#include <gdk/gdktypes.h>

Go to the source code of this file.

Classes

struct  _GdkICAttr

Typedefs

typedef _GdkIC GdkIC
typedef _GdkICAttr GdkICAttr

Enumerations

enum  GdkIMStyle
enum  GdkICAttributesType

Functions

gboolean gdk_im_ready (void)
void gdk_im_begin (GdkIC *ic, GdkWindow *window)
void gdk_im_end (void)
GdkIMStyle gdk_im_decide_style (GdkIMStyle supported_style)
GdkIMStyle gdk_im_set_best_style (GdkIMStyle best_allowed_style)
GdkICgdk_ic_new (GdkICAttr *attr, GdkICAttributesType mask)
void gdk_ic_destroy (GdkIC *ic)
GdkIMStyle gdk_ic_get_style (GdkIC *ic)
GdkEventMask gdk_ic_get_events (GdkIC *ic)
GdkICAttrgdk_ic_attr_new (void)
void gdk_ic_attr_destroy (GdkICAttr *attr)
GdkICAttributesType gdk_ic_set_attr (GdkIC *ic, GdkICAttr *attr, GdkICAttributesType mask)
GdkICAttributesType gdk_ic_get_attr (GdkIC *ic, GdkICAttr *attr, GdkICAttributesType mask)


Typedef Documentation

typedef struct _GdkIC GdkIC

Definition at line 15 of file gdkim.h.

typedef struct _GdkICAttr GdkICAttr

Definition at line 16 of file gdkim.h.


Enumeration Type Documentation

enum GdkICAttributesType

Definition at line 33 of file gdkim.h.

enum GdkIMStyle

Definition at line 18 of file gdkim.h.


Function Documentation

void gdk_ic_attr_destroy ( GdkICAttr attr  ) 

GdkICAttr* gdk_ic_attr_new ( void   ) 

void gdk_ic_destroy ( GdkIC ic  ) 

Definition at line 89 of file gdkim-win32.c.

GdkICAttributesType gdk_ic_get_attr ( GdkIC ic,
GdkICAttr attr,
GdkICAttributesType  mask 
)

Definition at line 113 of file gdkim-win32.c.

GdkEventMask gdk_ic_get_events ( GdkIC ic  ) 

Definition at line 118 of file gdkim-win32.c.

GdkIMStyle gdk_ic_get_style ( GdkIC ic  ) 

Definition at line 93 of file gdkim-win32.c.

References GDK_IM_PREEDIT_NONE, and GDK_IM_STATUS_NONE.

GdkIC* gdk_ic_new ( GdkICAttr attr,
GdkICAttributesType  mask 
)

Definition at line 84 of file gdkim-win32.c.

References NULL.

GdkICAttributesType gdk_ic_set_attr ( GdkIC ic,
GdkICAttr attr,
GdkICAttributesType  mask 
)

Definition at line 107 of file gdkim-win32.c.

void gdk_im_begin ( GdkIC ic,
GdkWindow window 
)

Definition at line 61 of file gdkim-win32.c.

GdkIMStyle gdk_im_decide_style ( GdkIMStyle  supported_style  ) 

Definition at line 69 of file gdkim-win32.c.

References GDK_IM_PREEDIT_NONE, and GDK_IM_STATUS_NONE.

void gdk_im_end ( void   ) 

Definition at line 65 of file gdkim-win32.c.

gboolean gdk_im_ready ( void   ) 

Definition at line 79 of file gdkim-win32.c.

References FALSE.

GdkIMStyle gdk_im_set_best_style ( GdkIMStyle  best_allowed_style  ) 

Definition at line 74 of file gdkim-win32.c.

References GDK_IM_PREEDIT_NONE, and GDK_IM_STATUS_NONE.


Generated on Tue Jul 5 15:58:38 2011 for ROOT_528-00b_version by  doxygen 1.5.1