from small one page howto to huge articles all in one place
 

search text in:





Poll
Which screen resolution do you use?










poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

186360

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250360

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137537

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





XCreateIC

Section: XLIB FUNCTIONS (3)
Updated: libX11 1.6.4
Index Return to Main Contents
 

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 values.
 

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 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:

*
A required argument was not set.
*
A read-only argument was set (for example, XNFilterEvents).
*
The argument name is not recognized.
*
The input method encountered an input method implementation-dependent 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 specified 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 Colormap.
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


 

Index

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
DIAGNOSTICS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 33.8 ms