Scroll to navigation

XSetICFocus(3) XLIB FUNCTIONS XSetICFocus(3)

NAME

XSetICFocus, XUnsetICFocus - set and unset input context focus

SYNTAX

void XSetICFocus(XIC ic);

void XUnsetICFocus(XIC ic);

ARGUMENTS

Specifies the input context.

DESCRIPTION

TheXSetICFocusfunction allows a client to notify an input method that the focus windowattached to the specified input context has received keyboard focus.The input method should take action to provide appropriate feedback.Complete feedback specification is a matter of user interface policy.

CallingXSetICFocusdoes not affect the focus window value.

TheXUnsetICFocusfunction allows a client to notify an input method that the specified input contexthas lost the keyboard focus and that no more input is expected on the focus windowattached to that input context.The input method should take action to provide appropriate feedback.Complete feedback specification is a matter of user interface policy.

CallingXUnsetICFocusdoes not affect the focus window value;the client may still receiveevents from the input method that are directed to the focus window.

SEE ALSO

XCreateIC(3),XOpenIM(3),XSetICValues(3),XmbResetIC(3)
Xlib - C Language X Interface

libX11 1.8.7 X Version 11