|
NAMEXCreateIC, XDestroyIC, XIMOfIC - create, destroy, and obtain the input method of an input contextSYNTAXXIC XCreateIC(XIM im, ...); void XDestroyIC(XIC ic); XIM XIMOfIC(XIC ic); ARGUMENTS
DESCRIPTIONThe XCreateIC function creates a context within the specified input method.Some of the arguments are mandatory at creation time, and the input context will not be created if those arguments are not provided. The mandatory arguments are the input style and the set of text callbacks (if the input style selected requires callbacks). All other input context values can be set later. XCreateIC returns a NULL value if no input context could be created. A NULL value could be returned for any of the following reasons:
The XCreateIC can generate BadAtom, BadColor, BadPixmap, and BadWindow errors. XDestroyIC destroys the specified input context. The XIMOfIC function returns the input method associated with the specified input context. DIAGNOSTICS
SEE ALSOXOpenIM(3), XSetICFocus(3), XSetICValues(3), XmbResetIC(3)Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |