


XmbResetIC(3X11)					     XmbResetIC(3X11)
X11R5									X11R5



NAME
  XmbResetIC, XwcResetIC - reset the state of an input context

SYNTAX
  char * XmbResetIC(_i_c)
	XIC _i_c;

  wchar_t * XwcResetIC(_i_c)
	XIC _i_c;

ARGUMENTS

  _i_c	    Specifies the input	context.

DESCRIPTION
  The _X_m_b_R_e_s_e_t_I_C and _X_w_c_R_e_s_e_t_I_C	functions reset	input context to initial
  state.  Any input pending on that context is deleted.	 Input method is
  required to clear preedit area, if any, and update status accordingly.
  Calling _X_m_b_R_e_s_e_t_I_C or	_X_w_c_R_e_s_e_t_I_C does	not change the focus.

  The return value of _X_m_b_R_e_s_e_t_I_C is its	current	preedit	string as a multibyte
  string.  The return value of _X_w_c_R_e_s_e_t_I_C is its current preedit string	as a
  wide character string.  It is	input method implementation dependent whether
  these	routines return	a non-NULL string or NULL.

  The client should free the returned string by	calling	_X_F_r_e_e.

SEE ALSO
  XCreateIC(3X11), XOpenIM(3X11), XSetICFocus(3X11), XSetICValues(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




























