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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmRemoveTabGroup -- A function that removes a tab group

SYNOPSIS
     #include <Xm/Xm.h>
     void XmRemoveTabGroup(
     Widget tab_group);

DESCRIPTION
     This  function is obsolete and its behavior is replaced by setting XmNnavi-
     gationType to XmNONE.  XmRemoveTabGroup removes a widget from the	list  of
     tab  groups associated with a particular widget hierarchy and sets the wid-
     get's XmNnavigationType to XmNONE.

     tab_group Specifies the widget ID

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

							     XmRemoveTabGroup(3)

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

home | help