


XSetICFocus(3X11)					    XSetICFocus(3X11)
X11R5									X11R5



NAME
  XSetICFocus, XUnsetICFocus - set and unset input context focus

SYNTAX
  void XSetICFocus(_i_c)
	XIC _i_c;

  void XUnsetICFocus(_i_c)
	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 feed-
  back.	 Complete feedback specification is a matter of	user interface pol-
  icy.

  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.

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	delim off




























