home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xseticfocus.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XSetICFocus(3X11)      XLIB FUNCTIONS    XSetICFocus(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSetICFocus, XUnsetICFocus - set and unset input context
  9.        focus
  10.  
  11. SSYYNNTTAAXX
  12.        void XSetICFocus(_i_c)
  13.          XIC _i_c;
  14.  
  15.        void XUnsetICFocus(_i_c)
  16.          XIC _i_c;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _i_c     Specifies the input context.
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.        The _X_S_e_t_I_C_F_o_c_u_s function allows a client to notify an
  23.        input method that the focus window attached to the speci-
  24.        fied input context has received keyboard focus.    The input
  25.        method should take action to provide appropriate feedback.
  26.        Complete feedback specification is a matter of user inter-
  27.        face policy.
  28.  
  29.        Calling _X_S_e_t_I_C_F_o_c_u_s does not affect the focus window
  30.        value.
  31.  
  32.        The _X_U_n_s_e_t_I_C_F_o_c_u_s function allows a client to notify an
  33.        input method that the specified input context has lost the
  34.        keyboard focus and that no more input is expected on the
  35.        focus window attached to that input context.  The input
  36.        method should take action to provide appropriate feedback.
  37.        Complete feedback specification is a matter of user inter-
  38.        face policy.
  39.  
  40.        Calling _X_U_n_s_e_t_I_C_F_o_c_u_s does not affect the focus window
  41.        value; the client may still receive events from the input
  42.        method that are directed to the focus window.
  43.  
  44. SSEEEE AALLSSOO
  45.        XCreateIC(3X11), XOpenIM(3X11), XSetICValues(3X11), XmbRe-
  46.        setIC(3X11)
  47.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.