#include <stdlib.h>#include <string.h>#include "gdkim.h"#include "gdkpixmap.h"#include "gdkprivate.h"#include "gdki18n.h"#include "gdkwin32.h"Go to the source code of this file.
Functions | |
| gchar * | gdk_set_locale (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 style) |
| gint | gdk_im_ready (void) |
| GdkIC * | gdk_ic_new (GdkICAttr *attr, GdkICAttributesType mask) |
| void | gdk_ic_destroy (GdkIC *ic) |
| GdkIMStyle | gdk_ic_get_style (GdkIC *ic) |
| void | gdk_ic_set_values (GdkIC *ic,...) |
| void | gdk_ic_get_values (GdkIC *ic,...) |
| GdkICAttributesType | gdk_ic_set_attr (GdkIC *ic, GdkICAttr *attr, GdkICAttributesType mask) |
| GdkICAttributesType | gdk_ic_get_attr (GdkIC *ic, GdkICAttr *attr, GdkICAttributesType mask) |
| GdkEventMask | gdk_ic_get_events (GdkIC *ic) |
| gchar * | gdk_wcstombs (const GdkWChar *src) |
| gint | gdk_nmbstowcs (GdkWChar *dest, const gchar *src, gint src_len, gint dest_max) |
| gint | gdk_mbstowcs (GdkWChar *dest, const gchar *src, gint dest_max) |
| gint | gdk_nmbstowchar_ts (wchar_t *dest, const gchar *src, gint src_len, gint dest_max) |
| 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.
| void gdk_ic_get_values | ( | GdkIC * | ic, | |
| ... | ||||
| ) |
Definition at line 102 of file gdkim-win32.c.
| 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.
| void gdk_ic_set_values | ( | GdkIC * | ic, | |
| ... | ||||
| ) |
Definition at line 98 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.
| gint gdk_im_ready | ( | void | ) |
| GdkIMStyle gdk_im_set_best_style | ( | GdkIMStyle | style | ) |
Definition at line 74 of file gdkim-win32.c.
References GDK_IM_PREEDIT_NONE, and GDK_IM_STATUS_NONE.
Definition at line 296 of file gdkim-win32.c.
References c, i, len, mask, n, and x80.
Referenced by gdk_text_extents(), gdk_text_size(), gdk_win32_draw_text(), gdk_window_new(), and gdk_window_set_title().
Definition at line 230 of file gdkim-win32.c.
References c, i, len, mask, n, and x80.
Referenced by gdk_mbstowcs().
| gchar* gdk_set_locale | ( | void | ) |
1.5.1