NAME

XSetICFocus, XUnsetICFocus - set and unset input context focus

SYNTAX

void XSetICFocus(XIC _i_c); void XUnsetICFocus(XIC _i_c);

ARGUMENTS

_i_c Specifies the input context.

DESCRIPTION

The _X_S_e_t_I_C_F_o_c_u_s function 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. Complete feedback specification is a matter of user interface policy.

Calling _X_S_e_t_I_C_F_o_c_u_s does not affect the focus window value.

The _X_U_n_s_e_t_I_C_F_o_c_u_s function 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. Complete feedback specification is a matter of user interface policy.

Calling _X_U_n_s_e_t_I_C_F_o_c_u_s does not affect the focus window value; the client may still receive events from the input method that are directed to the focus window.

SEE ALSO

XCreateIC(3X11), XOpenIM(3X11), XSetICValues(3X11), XmbResetIC(3X11)
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e