XmImMbResetIC — An input manager function that resets the input context for a widget
Contents
Description
XmImMbResetIC 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.
Name
XmImMbResetIC — An input manager function that resets the input context for a widget
Return Value
None
See Also
XmImMbResetIC(3)
Synopsis
#include <Xm/XmIm.h>
voidXmImMbResetIC(
Widgetwidget,
char**mb);
