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

XmMainWindowSep2 — A MainWindow function that returns the widget ID of the second Separator widget

Description

XmMainWindowSep2 returns the widget ID of the second Separator in the MainWindow. The second Separator is
       located between the Command  widget  and  the  ScrolledWindow.   This  Separator  is  visible  only  when
       XmNshowSeparator is True.

       NOTE:XmMainWindowSep2   is   obsolete  and  exists  for  compatibility  with  previous  releases.  Use
       XtNameToWidget instead. Pass a MainWindow variable as the  first  argument  to  XtNameToWidget  and  pass
       Separator2 as the second argument.

       widget    Specifies the MainWindow widget ID

       For a complete definition of MainWindow and its associated resources, see XmMainWindow(3).

Name

XmMainWindowSep2  —  A  MainWindow  function  that  returns  the widget ID of the second Separator widget
       "XmMainWindowSep2" "MainWindow functions" "XmMainWindowSep2"

Return

       Returns the widget ID of the second Separator.

Synopsis

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

See Also