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

NAME

6       XmMainWindowSep2  — A MainWindow function that returns the widget ID of
7       the second Separator widget
8

SYNOPSIS

10       #include <Xm/MainW.h>
11       Widget XmMainWindowSep2(
12       Widget widget);
13

DESCRIPTION

15       XmMainWindowSep2 returns the widget ID of the second Separator  in  the
16       MainWindow.  The second Separator is located between the Command widget
17       and the ScrolledWindow.  This  Separator  is  visible  only  when  XmN‐
18       showSeparator is True.
19
20       NOTE:  XmMainWindowSep2  is  obsolete and exists for compatibility with
21       previous releases. Use XtNameToWidget instead. Pass a MainWindow  vari‐
22       able as the first argument to XtNameToWidget and pass Separator2 as the
23       second argument.
24
25       widget    Specifies the MainWindow widget ID
26
27       For a complete definition of MainWindow and its  associated  resources,
28       see XmMainWindow(3).
29

RETURN

31       Returns the widget ID of the second Separator.
32
34       XmMainWindow(3).
35
36
37
38                                                XmMainWindowSep2(library call)
Impressum