XmMainWindowSep3(library call) XmMainWindowSep3(library call)
NAME
XmMainWindowSep3 -- A MainWindow function that returns the widget ID of
the third Separator widget
SYNOPSIS
#include <Xm/MainW.h>
Widget XmMainWindowSep3(
Widget widget);
DESCRIPTION
XmMainWindowSep3 returns the widget ID of the third Separator in the
MainWindow. The third Separator is located between the message window
and the widget above it. This Separator is visible only when XmN-
showSeparator is True.
NOTE: XmMainWindowSep3 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 Separator3 as the
second argument.
widget Specifies the MainWindow widget ID
For a complete definition of MainWindow and its associated resources,
see XmMainWindow(3).
RETURN
Returns the widget ID of the third Separator.
RELATED
XmMainWindow(3).
XmMainWindowSep3(library call)
openMotif 2.3.1 - Generated Mon Dec 1 18:43:32 CST 2008
