XmAddTabGroup(Xm) 6 January 1993 XmAddTabGroup(Xm) Name XmAddTabGroup - a function that adds a manager or a primitive widget to the list of tab groups Syntax #include <Xm/Xm.h> void XmAddTabGroup (tab_group) Widget tab_group; Description This function is obsolete and its behavior is replaced by setting XmNna- vigationType to XmEXCLUSIVETABGROUP. When using the keyboard to traverse through a widget hierarchy, primitive or manager widgets are grouped together into what are known as tab groups. Any manager or prim- itive widget can be a tab group. Within a tab group, move the focus to the next widget within the tab group by using the arrow keys. To move to another tab group, use KNextField or KPrevField. Tab groups are ordinarily specified by the XmNnavigationType resource. XmAddTabGroup is called to control the order of traversal of tab groups. The widget specified by tabgroup is appended to the list of tab groups to be traversed, and the widget's XmNnavigationType is set to XmEXCLU- SIVETABGROUP. tabgroup Specifies the manager or primitive widget ID. See also XmManager(Xm), XmGetTabGroup(Xm), XmPrimitive(Xm) and XmRemoveTabGroup(Xm).