Query: xmimmbresetic
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmImMbResetIC(library call) XmImMbResetIC(library call)NAMEXmImMbResetIC -- An input manager function that resets the input context for a widgetSYNOPSIS#include <Xm/XmIm.h> void XmImMbResetIC( Widget widget, char **mb);DESCRIPTIONXmImMbResetIC gets the XIC of the widget and resets it. It puts a pointer to a string containing the current preedit string to mb. The caller should free the returned string after use by calling Xfree. widget Specifies the ID of the widget. mb Contains a pointer to the preedit string upon return.RETURN VALUENoneSEE ALSOXmImMbResetIC(library call)