XSetICFocus − set input context focus.
Synopsis
void XSetICFocus(ic)
XIC ic;
Arguments
icSpecifies 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().
Copyright O’Reilly & Assoc. —