1XmMainWindowSep3(library call) XmMainWindowSep3(library call)
2
3
4
6 XmMainWindowSep3 — A MainWindow function that returns the widget ID of
7 the third Separator widget
8
10 #include <Xm/MainW.h>
11 Widget XmMainWindowSep3(
12 Widget widget);
13
15 XmMainWindowSep3 returns the widget ID of the third Separator in the
16 MainWindow. The third Separator is located between the message window
17 and the widget above it. This Separator is visible only when XmN‐
18 showSeparator is True.
19
20 NOTE: XmMainWindowSep3 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 Separator3 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 third Separator.
32
34 XmMainWindow(3).
35
36
37
38 XmMainWindowSep3(library call)