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

NAME

6       XmImSetXIC  —  An input manager function that registers an existing XIC
7       with a widget
8

SYNOPSIS

10       #include <Xm/XmIm.h>
11       XIC XmImSetXIC(
12       Widget widget,
13       XIC xic);
14

DESCRIPTION

16       XmImSetXIC registers the specified X Input Context (XIC)  with  widget.
17       Any  existing  XIC  registered  for widget is unregistered. The new XIC
18       registered for widget is returned.
19
20       If xic was not created by XmImGetXIC or XmImRegister, it  will  not  be
21       subject  to  closing  activities when it has no widgets registered with
22       it.
23
24       widget    Specifies the ID of a widget for which a new Input Context is
25                 to be registered.
26
27       xic       Specifies the Input Context to be registered with the widget.
28                 If xic is NULL, the function returns the current XIC used  by
29                 widget.
30

RETURN

32       Returns  the new XIC registered for widget.  The application is respon‐
33       sible for freeing the returned XIC.  To free the XIC, call XmImFreeXIC.
34
36       XmImGetXIC(3) and XmImFreeXIC(3).
37
38
39
40                                                      XmImSetXIC(library call)
Impressum