summaryrefslogtreecommitdiffstats
path: root/doc/ttk_frame.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ttk_frame.n')
-rw-r--r--doc/ttk_frame.n23
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index efb6fa6..5c33aba 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -1,17 +1,28 @@
+'\"
'\" Copyright (c) 2005 Joe English
+'\"
+'\" 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.3 2006/12/13 23:04:33 hobbs Exp $
+'\"
.so man.macros
.TH ttk_frame n 8.5 Tk "Tk Themed Widget"
.BS
+.\" Use _ instead of :: as the name becomes a filename on install
.SH NAME
-ttk::frame \- Simple container widget
+ttk_frame \- Simple container widget
.SH SYNOPSIS
\fBttk::frame\fR \fIpathName \fR?\fIoptions\fR?
.BE
+
.SH DESCRIPTION
-A \fBframe\fR widget is a container, used to group other widgets together.
+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
The desired width of the widget border. Defaults to 0.
@@ -26,10 +37,12 @@ Additional padding to include inside the border.
If specified, the widget's requested width in pixels.
.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 \fIwidget(n)\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,
@@ -37,7 +50,9 @@ 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
to change this.
+
.SH "SEE ALSO"
-widget(n), labelframe(n)
+ttk_widget(n), ttk_labelframe(n), frame(n)
+
.SH "KEYWORDS"
widget, frame, container