#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) |
| GdkIC * | gdk_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) |
| GdkICAttr * | gdk_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 struct _GdkICAttr GdkICAttr |
| enum GdkICAttributesType |
| enum GdkIMStyle |
| 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 | |||
| ) |
| GdkICAttributesType gdk_ic_set_attr | ( | GdkIC * | ic, | |
| GdkICAttr * | attr, | |||
| GdkICAttributesType | mask | |||
| ) |
Definition at line 107 of file gdkim-win32.c.
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 | ) |
| 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.
1.5.1