1XmImMbResetIC(library call)                        XmImMbResetIC(library call)
2
3
4

NAME

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

SYNOPSIS

10       #include <Xm/XmIm.h>
11       void XmImMbResetIC(
12       Widget widget,
13       char **mb);
14

DESCRIPTION

16       XmImMbResetIC gets the XIC of the widget  and  resets  it.  It  puts  a
17       pointer  to  a  string containing the current preedit string to mb. The
18       caller should free the returned string after use by calling Xfree.
19
20       widget    Specifies the ID of the widget.
21
22       mb        Contains a pointer to the preedit string upon return.
23

RETURN VALUE

25       None
26

SEE ALSO

28                                                   XmImMbResetIC(library call)
Impressum