Home
last modified time | relevance | path

Searched refs:supported_style (Results 1 – 25 of 38) sorted by relevance

12

/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dinit_w.c999 xim->supported_style[0] = SUPPORT_STYLE_1;
1000 xim->supported_style[1] = SUPPORT_STYLE_2;
1001 xim->supported_style[2] = SUPPORT_STYLE_3;
1003 xim->supported_style[3] = SUPPORT_STYLE_4;
1004 xim->supported_style[4] = SUPPORT_STYLE_5;
1005 xim->supported_style[5] = SUPPORT_STYLE_6;
1006 xim->supported_style[6] = SUPPORT_STYLE_7;
H A Dutil.c103 tmp = byteswap_l (xim->supported_style[i]); in GetIM()
107 tmp = xim->supported_style[i]; in GetIM()
228 if (xim->supported_style[i] == ic_req.input_style) in CreateIC()
H A Dxim.h485 XIMStyle supported_style[MAX_SUPPORT_STYLE]; member
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkwinapiwindow.pp393 style, supported_style: TGdkIMStyle;
408 supported_style := GDK_IM_PREEDIT_NONE or
416 then supported_style := supported_style and not GDK_IM_PREEDIT_POSITION;
418 style := gdk_im_decide_style(supported_style);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkwinapiwindow.pp393 style, supported_style: TGdkIMStyle;
408 supported_style := GDK_IM_PREEDIT_NONE or
416 then supported_style := supported_style and not GDK_IM_PREEDIT_POSITION;
418 style := gdk_im_decide_style(supported_style);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwinapiwindow.pp393 style, supported_style: TGdkIMStyle;
408 supported_style := GDK_IM_PREEDIT_NONE or
416 then supported_style := supported_style and not GDK_IM_PREEDIT_POSITION;
418 style := gdk_im_decide_style(supported_style);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwinapiwindow.pp393 style, supported_style: TGdkIMStyle;
408 supported_style := GDK_IM_PREEDIT_NONE or
416 then supported_style := supported_style and not GDK_IM_PREEDIT_POSITION;
418 style := gdk_im_decide_style(supported_style);
/dports/www/cssed/cssed-0.4.0/scintilla/gtk/
H A DScintillaGTK.cxx379 GdkIMStyle supported_style = (GdkIMStyle) (GDK_IM_PREEDIT_NONE | in RealizeThis() local
386 supported_style = (GdkIMStyle) ((int) supported_style & ~GDK_IM_PREEDIT_POSITION); in RealizeThis()
388 attr->style = style = gdk_im_decide_style(supported_style); in RealizeThis()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dwindow.cpp2280 GdkIMStyle supported_style = (GdkIMStyle) in gtk_wxwindow_realized_callback() local
2288 supported_style = (GdkIMStyle)(supported_style & ~GDK_IM_PREEDIT_POSITION); in gtk_wxwindow_realized_callback()
2290 attr->style = style = gdk_im_decide_style (supported_style); in gtk_wxwindow_realized_callback()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dwindow.cpp2276 GdkIMStyle supported_style = (GdkIMStyle) in gtk_wxwindow_realized_callback() local
2284 supported_style = (GdkIMStyle)(supported_style & ~GDK_IM_PREEDIT_POSITION); in gtk_wxwindow_realized_callback()
2286 attr->style = style = gdk_im_decide_style (supported_style); in gtk_wxwindow_realized_callback()

12