XmMainWindowSep1(Xm) 6 January 1993 XmMainWindowSep1(Xm) Name XmMainWindowSep1 - a MainWindow function that returns the widget ID of the first Separator widget Syntax #include <Xm/MainW.h> Widget XmMainWindowSep1 (widget) Widget widget; Description XmMainWindowSep1 returns the widget ID of the first Separator widget in the MainWindow. The first Separator widget is located between the MenuBar and the Command widget. This Separator is visible only when XmNshowSepa- rator 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 first Separator. See also XmMainWindow(Xm)