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

NAME

6       XmImUnsetFocus  —  An  input  manager  function  that notifies an input
7       method that a widget has lost input focus
8

SYNOPSIS

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

DESCRIPTION

15       XmImUnsetFocus unsets a specified widget's  focus,  then  notifies  the
16       input manager that the specified widget has lost its input focus.
17
18       Note  that  the  Text,  TextField,  and  List  widgets already call the
19       XmImUnsetFocus internally. Therefore, further calls to the XmImUnsetFo‐
20       cus function for those widgets are unnecessary.
21
22       widget    Specifies the ID of the widget registered with the input man‐
23                 ager
24
26       XmImSetFocusValues(3) and XmImVaSetFocusValues(3).
27
28
29
30                                                  XmImUnsetFocus(library call)
Impressum