*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XDestroyIC | Section: 3 | Source: NetBSD | File: XDestroyIC.3
XCreateIC(3) Library Functions Manual XCreateIC(3) NAME XCreateIC, XDestroyIC, XIMOfIC - create, destroy, and obtain the input method of an input context SYNTAX XIC XCreateIC(XIM im, ...); void XDestroyIC(XIC ic); XIM XIMOfIC(XIC ic); ARGUMENTS ic Specifies the input context. im Specifies the input method. ... Specifies the variable length argument list to set XIC val- ues. DESCRIPTION The 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 con- text 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: o A required argument was not set. o A read-only argument was set (for example, XNFilterEvents). o The argument name is not recognized. o The input method encountered an input method implementation-depen- dent error. 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 spec- ified input context. DIAGNOSTICS BadAtom A value for an Atom argument does not name a defined Atom. BadColor A value for a Colormap argument does not name a defined Col- ormap. BadPixmap A value for a Pixmap argument does not name a defined Pixmap. BadWindow A value for a Window argument does not name a defined Window. SEE ALSO XOpenIM(3), XSetICFocus(3), XSetICValues(3), XmbResetIC(3) Xlib - C Language X Interface XLIB FUNCTIONS X Version 11 XCreateIC(3)

Navigation Options