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

NAME

6       XmImUnregister  —  An input manager function that removes a widget from
7       association with its input manager
8

SYNOPSIS

10       #include <Xm/XmIm.h>
11       void XmImUnregister(
12       Widget widget);
13

DESCRIPTION

15       XmImUnregister removes the specified widget from the  list  of  widgets
16       registered for input by the input manager.
17
18       Note  that the Text, TextField, and List widgets already call the XmIm‐
19       Register internally. You should call the  XmImUnregister  function  for
20       these widgets before calling XmImRegister.
21
22       widget    Specifies the ID of the widget to be unregistered
23
25       XmImRegister(3).
26
27
28
29                                                  XmImUnregister(library call)
Impressum