logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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);

See Also