XmImMbResetIC(library call) XmImMbResetIC(library call)
NAME [Toc] [Back]
XmImMbResetIC - An input manager function that resets the input
context for a widget
SYNOPSIS [Toc] [Back]
#include <Xm/XmIm.h>
void XmImMbResetIC(
Widget widget,
char **mb);
DESCRIPTION [Toc] [Back]
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.
RETURN VALUE [Toc] [Back]
None
SEE ALSO [Toc] [Back]
- 1 - Formatted: January 24, 2005 [ Back ] |