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

  
 
  

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

NAME
     XmGetTabGroup -- Returns the widget ID of a tab group

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

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

     widget    Specifies a widget ID within a tab group

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

RELATED
     XmAddTabGroup(3), XmManager(3), and XmPrimitive(3).

								XmGetTabGroup(3)

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

home | help