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