XmImMbResetIC
An input manager function that resets the input context for a widget
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
An input manager function that resets the input context for a widget
#include <Xm/XmIm.h> void XmImMbResetIC( Widget widget, char **mb);
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.
None