[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Reference


XmImMbResetIC

An input manager function that resets the input context for a widget

Format

#include <Xm/XmIm.h>
void XmImMbResetICWidget
widgetchar **mb

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.

RETURN VALUE

None

SEE ALSO


[ Previous | Next | Contents | Glossary | Home | Search ]