XUnsetICFocus() XUnsetICFocus()
Name
XUnsetICFocus - unset input context focus.
Synopsis
void XUnsetICFocus(ic)
XIC ic;
Arguments
ic Specifies the input context.
Availability
Release 5 and later.
Description
XUnsetICFocus() allows a client to notify an input method that the specified input context has lost the keyboard focus and that no more
input is expected on the focus window attached to that input context. The input method should take action to provide appropriate feedback.
See Also
XCreateIC(), XSetICValues(), XmbResetIC(), XwcResetIC(), XSetICFocus().
Xlib - Input Contexts XUnsetICFocus()