The m17n Library 1.8.4
|
Structure pointed to by the argument arg of the function minput_open_im(). More...
#include <m17n-X.h>
Data Fields | |
Display * | display |
XrmDatabase | db |
char * | res_class |
char * | res_name |
char * | locale |
char * | modifier_list |
Structure pointed to by the argument arg of the function minput_open_im().
The type MInputXIMArgIM is the structure pointed to by the argument arg of the function minput_open_im() for the foreign input method of name Mxim.
Display* MInputXIMArgIM::display |
The meaning of the following four members are the same as arguments to XOpenIM().
Display of the client.
XrmDatabase MInputXIMArgIM::db |
Pointer to the X resource database.
char* MInputXIMArgIM::res_class |
Full class name of the application.
char* MInputXIMArgIM::res_name |
Full resource name of the application.
char* MInputXIMArgIM::locale |
Locale name under which an XIM is opened.
char* MInputXIMArgIM::modifier_list |
Arguments to XSetLocaleModifiers().