Blob Blame History Raw
'\" t
...\" AddTabGr.sgm /main/9 1996/09/08 20:24:23 rws $
.de P!
.fl
\!!1 setgray
.fl
\\&.\"
.fl
\!!0 setgray
.fl			\" force out current output buffer
\!!save /psv exch def currentpoint translate 0 0 moveto
\!!/showpage{}def
.fl			\" prolog
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
\!!psv restore
.
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie     !\\*(f4 \{\
.	ft \\*(f4
.	ds f4\"
'	br \}
.el .ie !\\*(f3 \{\
.	ft \\*(f3
.	ds f3\"
'	br \}
.el .ie !\\*(f2 \{\
.	ft \\*(f2
.	ds f2\"
'	br \}
.el .ie !\\*(f1 \{\
.	ft \\*(f1
.	ds f1\"
'	br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "XmAddTabGroup" "library call"
.SH "NAME"
\fBXmAddTabGroup\fP \(em A function that adds a manager or a primitive
widget to the list of tab groups
.iX "XmAddTabGroup"
.iX "VendorShell functions" "XmAddTabGroup"
.iX "protocols"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/Xm\&.h>
\fBvoid \fBXmAddTabGroup\fP\fR(
\fBWidget \fBtab_group\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
This function is obsolete and its behavior is replaced by setting
\fBXmNnavigationType\fP to \fBXmEXCLUSIVE_TAB_GROUP\fP\&.
When the keyboard is used to traverse through a widget hierarchy, primitive
or manager
widgets are grouped together into what are known as \fBtab groups\fP\&. Any
manager or primitive widget can be a tab group\&. Within
a tab group, move the focus to the next widget in the tab
group by using the arrow keys\&. To move to another tab group, use
\fBKNextField\fP or \fBKPrevField\fP\&.
.PP
Tab groups are ordinarily specified by the \fBXmNnavigationType\fP
resource\&.
\fBXmAddTabGroup\fP is called to control the order of traversal of tab
groups\&. The widget specified
by \fItab_group\fP is appended to the list of tab
groups to be traversed, and the widget\&'s \fBXmNnavigationType\fP is set
to \fBXmEXCLUSIVE_TAB_GROUP\fP\&.
.IP "\fItab_group\fP" 10
Specifies the manager or primitive widget ID
.SH "RELATED"
.PP
\fBXmManager\fP(3),
\fBXmGetTabGroup\fP(3),
\fBXmPrimitive\fP(3), and
\fBXmRemoveTabGroup\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:17