1XmMainWindowSep1(library call) XmMainWindowSep1(library call)
2
3
4
6 XmMainWindowSep1 — A MainWindow function that returns the widget ID of
7 the first Separator
8
10 #include <Xm/MainW.h>
11 Widget XmMainWindowSep1(
12 Widget widget);
13
15 XmMainWindowSep1 returns the widget ID of the first Separator in the
16 MainWindow. The first Separator is located between the MenuBar and the
17 Command widget. This Separator is visible only when XmNshowSeparator
18 is True.
19
20 NOTE: XmMainWindowSep1 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 Separator1 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
31 Returns the widget ID of the first Separator.
32
34 XmMainWindow(3).
35
36
37
38 XmMainWindowSep1(library call)