Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmMainWindowSep1(3)	    Library Functions Manual	     XmMainWindowSep1(3)

NAME
     XmMainWindowSep1 -- A MainWindow function that returns the widget ID of the
     first Separator

SYNOPSIS
     #include <Xm/MainW.h>
     Widget XmMainWindowSep1(
     Widget widget);

DESCRIPTION
     XmMainWindowSep1  returns the widget ID of the first Separator in the Main-
     Window.  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 previ-
     ous releases. Use XtNameToWidget instead. Pass a MainWindow variable as the
     first argument to XtNameToWidget and pass Separator1 as  the  second  argu-
     ment.

     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 first Separator.

RELATED
     XmMainWindow(3).

							     XmMainWindowSep1(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmMainWindowSep1&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help