The m17n Library 1.8.4
Loading...
Searching...
No Matches
Data Fields
MInputXIMArgIC Struct Reference

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

#include <m17n-X.h>

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

◆ input_style

XIMStyle MInputXIMArgIC::input_style

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.

◆ client_win

Window MInputXIMArgIC::client_win

Used as the argument of XCreateIC following XNClientWindow.

◆ focus_win

Window MInputXIMArgIC::focus_win

Used as the argument of XCreateIC following XNFocusWindow.

◆ preedit_attrs

XVaNestedList MInputXIMArgIC::preedit_attrs

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

◆ status_attrs

XVaNestedList MInputXIMArgIC::status_attrs

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


m17n-lib Home