MInputXIMArgIC Struct Reference
[Input Method (GUI)]

Structure pointed to by the argument arg of the function minput_create_ic(). More...

Data Fields

XIMStyle input_style
Window client_win
Window focus_win
XVaNestedList preedit_attrs
XVaNestedList status_attrs

Detailed Description

Structure pointed to by the argument arg of the function minput_create_ic().

The type MInputXIMArgIC is the structure pointed to by the argument arg of the function minput_create_ic() for the foreign input method of name Mxim.


Field Documentation

Used as the arguments of XCreateIC following XNInputStyle. If this is zero, ( XIMPreeditNothing | XIMStatusNothing) is used, and <preedit_attrs> and <status_attrs> are set to NULL.

Used as the argument of XCreateIC following XNClientWindow.

Used as the argument of XCreateIC following XNFocusWindow.

If non- NULL, used as the argument of XCreateIC following XNPreeditAttributes.

If non- NULL, used as the argument of XCreateIC following XNStatusAttributes.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

m17n-lib Home