XmbResetIC(3X11) AIX (XLIB FUNCTIONS) XmbResetIC(3X11) 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 rou- tines 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 Rev. Release 5 Page 1