XmbResetIC
Section: XLIB FUNCTIONS (3X11)
Updated: Release 5
Index
Return to Main Contents
NAME
XmbResetIC, XwcResetIC - reset the state of an input context
SYNTAX
char * XmbResetIC(ic)
XIC ic;
wchar_t * XwcResetIC(ic)
XIC ic;
ARGUMENTS
- ic
-
Specifies the input context.
DESCRIPTION
The
XmbResetIC
and
XwcResetIC
functions reset input context to initial state.
Any input pending on that context is deleted.
Input method is required to clear preedit area, if any,
and update status accordingly.
Calling
XmbResetIC
or
XwcResetIC
does not change the focus.
The return value of
XmbResetIC
is its current preedit string as a multibyte string.
The return value of
XwcResetIC
is its current preedit string as a wide character string.
It is input method implementation dependent whether
these routines return a non-NULL string or NULL.
The client should free the returned string by calling
XFree.
SEE ALSO
XCreateIC(3X11),
XOpenIM(3X11),
XSetICFocus(3X11),
XSetICValues(3X11)
Xlib - C Language X Interface
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 07:03:32 GMT, May 19, 2025