summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/doc/radiobox.n
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/doc/radiobox.n')
-rw-r--r--itcl/iwidgets3.0.0/doc/radiobox.n12
1 files changed, 11 insertions, 1 deletions
diff --git a/itcl/iwidgets3.0.0/doc/radiobox.n b/itcl/iwidgets3.0.0/doc/radiobox.n
index d6f2c4c4bb5..fe11c0d90c7 100644
--- a/itcl/iwidgets3.0.0/doc/radiobox.n
+++ b/itcl/iwidgets3.0.0/doc/radiobox.n
@@ -43,9 +43,19 @@ Class: \fBCommand\fR
Command-Line Switch: \fB-command\fR
.fi
.IP
-Specifies a Tcl command procedure to be evaluated following a change in
+Specifies a Tcl command procedure to be evaluated following a change in
the current radio box selection.
.LP
+.nf
+Name: \fBorient\fR
+Class: \fBOrient\fR
+Command-Line Switch: \fB-orient\fR
+Default Value: \fBvertical\fR
+.fi
+.IP
+Specifies the orientation of the radiobuttons within the radiobox. Valid
+values are either "horizontal" or "vertical".
+.LP
.BE
.SH DESCRIPTION