home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XSetICFocus(3X11) XLIB FUNCTIONS XSetICFocus(3X11)
-
-
- NNAAMMEE
- XSetICFocus, XUnsetICFocus - set and unset input context
- focus
-
- SSYYNNTTAAXX
- void XSetICFocus(_i_c)
- XIC _i_c;
-
- void XUnsetICFocus(_i_c)
- XIC _i_c;
-
- AARRGGUUMMEENNTTSS
- _i_c Specifies the input context.
-
- DDEESSCCRRIIPPTTIIOONN
- 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 speci-
- fied input context has received keyboard focus. The input
- method should take action to provide appropriate feedback.
- Complete feedback specification is a matter of user inter-
- face 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 inter-
- face 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.
-
- SSEEEE AALLSSOO
- XCreateIC(3X11), XOpenIM(3X11), XSetICValues(3X11), XmbRe-
- setIC(3X11)
- _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-