NAME
XUnsetICFocus — unset input context focus.
SYNOPSIS
void XUnsetICFocus(ic)
XIC ic;
ARGUMENTS
icSpecifies 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 Reference Manual