gdkim-win32.c File Reference

#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

gchargdk_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)
GdkICgdk_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)
gchargdk_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)


Function Documentation

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 
)

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_ic_set_values ( GdkIC ic,
  ... 
)

Definition at line 98 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.

gint gdk_im_ready ( void   ) 

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

References FALSE.

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.

gint gdk_mbstowcs ( GdkWChar dest,
const gchar src,
gint  dest_max 
)

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

References gdk_nmbstowcs().

gint gdk_nmbstowchar_ts ( wchar_t *  dest,
const gchar src,
gint  src_len,
gint  dest_max 
)

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().

gint gdk_nmbstowcs ( GdkWChar dest,
const gchar src,
gint  src_len,
gint  dest_max 
)

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   ) 

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

References g_warning().

gchar* gdk_wcstombs ( const GdkWChar src  ) 

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

References c, g_malloc(), i, len, and x80.


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