summaryrefslogtreecommitdiffstats
path: root/doc/ttk_frame.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-29 16:04:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-29 16:04:11 (GMT)
commit447c5cc18c467353963659dc23a69436b253293c (patch)
treef1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/ttk_frame.n
parent5f3a1bfa8de8e91197ca501ca72204d29cd4ba4d (diff)
downloadtk-447c5cc18c467353963659dc23a69436b253293c.zip
tk-447c5cc18c467353963659dc23a69436b253293c.tar.gz
tk-447c5cc18c467353963659dc23a69436b253293c.tar.bz2
Lots more GOOBE stuff. Now works with 'make html'!
Diffstat (limited to 'doc/ttk_frame.n')
-rw-r--r--doc/ttk_frame.n22
1 files changed, 8 insertions, 14 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index 9363c14..3b50079 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ttk_frame.n,v 1.5 2007/10/26 20:13:23 dgp Exp $
+'\" RCS: @(#) $Id: ttk_frame.n,v 1.6 2007/10/29 16:04:14 dkf Exp $
'\"
.so man.macros
.TH ttk_frame n 8.5 Tk "Tk Themed Widget"
@@ -15,44 +15,38 @@ ttk_frame \- Simple container widget
.SH SYNOPSIS
\fBttk::frame\fR \fIpathName \fR?\fIoptions\fR?
.BE
-
.SH DESCRIPTION
A \fBttk::frame\fR widget is a container, used to group other widgets
together.
.SO
\-class \-cursor \-takefocus \-style
.SE
-
.SH "WIDGET-SPECIFIC OPTIONS"
-.OP -borderwidth borderWidth BorderWidth
+.OP \-borderwidth borderWidth BorderWidth
The desired width of the widget border. Defaults to 0.
-.OP -relief relief Relief
+.OP \-relief relief Relief
One of the standard Tk border styles:
\fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR,
\fBsolid\fR, or \fBsunken\fR.
Defaults to \fBflat\fR.
-.OP -padding padding Padding
+.OP \-padding padding Padding
Additional padding to include inside the border.
-.OP -width width Width
+.OP \-width width Width
If specified, the widget's requested width in pixels.
-.OP -height height Height
+.OP \-height height Height
If specified, the widget's requested height in pixels.
-
.SH "WIDGET COMMAND"
Supports the standard widget commands
\fBconfigure\fR, \fBcget\fR, \fBinstate\fR, and \fBstate\fR;
see \fIttk_widget(n)\fR.
-
.SH "NOTES"
Note that if the \fBpack\fR, \fBgrid\fR, or other geometry managers
are used to manage the children of the \fBframe\fR,
by the GM's requested size will normally take precedence
-over the \fBframe\fR widget's \fB-width\fR and \fB-height\fR options.
-[\fBpack propagate\fR] and [\fBgrid propagate\fR] can be used
+over the \fBframe\fR widget's \fB\-width\fR and \fB\-height\fR options.
+\fBpack propagate\fR and \fBgrid propagate\fR can be used
to change this.
-
.SH "SEE ALSO"
ttk_widget(n), ttk_labelframe(n), frame(n)
-
.SH "KEYWORDS"
widget, frame, container