Query: xmmainwindowsep1
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmMainWindowSep1(library call) XmMainWindowSep1(library call)NAMEXmMainWindowSep1 -- A MainWindow function that returns the widget ID of the first SeparatorSYNOPSIS#include <Xm/MainW.h> Widget XmMainWindowSep1( Widget widget);DESCRIPTIONXmMainWindowSep1 returns the widget ID of the first Separator in the MainWindow. The first Separator is located between the MenuBar and the Command widget. This Separator is visible only when XmNshowSeparator is True. NOTE: XmMainWindowSep1 is obsolete and exists for compatibility with previous releases. Use XtNameToWidget instead. Pass a MainWindow vari- able as the first argument to XtNameToWidget and pass Separator1 as the second argument. widget Specifies the MainWindow widget ID For a complete definition of MainWindow and its associated resources, see XmMainWindow(3).RETURNReturns the widget ID of the first Separator.RELATEDXmMainWindow(3). XmMainWindowSep1(library call)