logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

XmMainWindowSep1 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 variable 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).

Name

XmMainWindowSep1   —   A  MainWindow  function  that  returns  the  widget  ID  of  the  first  Separator
       "XmMainWindowSep1" "MainWindow functions" "XmMainWindowSep1"

Return

       Returns the widget ID of the first Separator.

Synopsis

       #include <Xm/MainW.h>
       WidgetXmMainWindowSep1(
       Widgetwidget);

See Also