XmMainWindowSep2(Xm) 6 January 1993 XmMainWindowSep2(Xm) Name XmMainWindowSep2 - a MainWindow function that returns the widget ID of the second Separator widget Syntax #include <Xm/MainW.h> Widget XmMainWindowSep2 (widget) Widget widget; Description XmMainWindowSep2 returns the widget ID of the second Separator widget in the MainWindow. The second Separator widget is located between the Com- mand widget and the ScrolledWindow. This Separator is visible only when XmNshowSeparator is True. widget Specifies the MainWindow widget ID. For a complete definition of MainWindow and its associated resources, see XmMainWindow(Xm). Return value Returns the widget ID of the second Separator. See also XmMainWindow(Xm)