1XSetICFocus(3) XLIB FUNCTIONS XSetICFocus(3)
2
3
4
6 XSetICFocus, XUnsetICFocus - set and unset input context focus
7
9 void XSetICFocus(XIC ic);
10
11 void XUnsetICFocus(XIC ic);
12
14 ic Specifies the input context.
15
17 The XSetICFocus function allows a client to notify an input method that
18 the focus window attached to the specified input context has received
19 keyboard focus. The input method should take action to provide appro‐
20 priate feedback. Complete feedback specification is a matter of user
21 interface policy.
22
23 Calling XSetICFocus does not affect the focus window value.
24
25 The XUnsetICFocus function allows a client to notify an input method
26 that the specified input context has lost the keyboard focus and that
27 no more input is expected on the focus window attached to that input
28 context. The input method should take action to provide appropriate
29 feedback. Complete feedback specification is a matter of user inter‐
30 face policy.
31
32 Calling XUnsetICFocus does not affect the focus window value; the
33 client may still receive events from the input method that are directed
34 to the focus window.
35
37 XCreateIC(3), XOpenIM(3), XSetICValues(3), XmbResetIC(3)
38 Xlib - C Language X Interface
39
40
41
42X Version 11 libX11 1.3.4 XSetICFocus(3)