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

XmGetTabGroup — Returns the widget ID of a tab group "XmGetTabGroup" "traversal functions"

Description

XmGetTabGroup returns the widget ID of the tab group that contains the specified widget.

       widget    Specifies a widget ID within a tab group

Name

XmGetTabGroup   —   Returns   the  widget  ID  of  a  tab  group  "XmGetTabGroup"  "traversal  functions"
       "XmGetTabGroup"

Return

       Returns the widget ID of a tab group or shell, determined as follows:

          •  If widget is a tab group or shell, returns widget

          •  If neither widget nor any ancestor up to the nearest shell is a  tab  group,  returns  the  nearest
             ancestor of widget that is a shell

          •  Otherwise, returns the nearest ancestor of widget that is a tab group

Synopsis

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

See Also