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

NAME

6       XmImFreeXIC — An input manager function that unregisters widgets for an
7       XIC
8

SYNOPSIS

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

DESCRIPTION

16       XmImFreeXIC unregisters all widgets associated  with  the  specified  X
17       Input  Context (XIC).  The specified widget must be associated with the
18       specified xic.
19
20       After unregistering the associated widgets, this call frees the xic.
21
22       widget    Specifies the ID of a widget used to identify the VendorShell
23                 and XmDisplay that maintain the widget-XIC registry.
24
25       xic       Specifies the Input Context associated with the widget.
26
28       XmImGetXIC(3) and XmImSetXIC(3).
29
30
31
32                                                     XmImFreeXIC(library call)
Impressum