summaryrefslogtreecommitdiffstats
path: root/doc/ttk_frame.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
commit727a1eb8d327db15fa49faa75acf953c5a98e286 (patch)
treee537d6ac5b14a111f924a40fc23f811044d9ca25 /doc/ttk_frame.n
parentec0f31f7586f53663f156175c39235356beb09e6 (diff)
downloadtk-727a1eb8d327db15fa49faa75acf953c5a98e286.zip
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.gz
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.bz2
Convert \fP to \fR so that man-page scrapers have an easier time.
Diffstat (limited to 'doc/ttk_frame.n')
-rw-r--r--doc/ttk_frame.n18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index da7a00a..efb6fa6 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -8,7 +8,7 @@ ttk::frame \- Simple container widget
\fBttk::frame\fR \fIpathName \fR?\fIoptions\fR?
.BE
.SH DESCRIPTION
-A \fBframe\fP widget is a container, used to group other widgets together.
+A \fBframe\fR widget is a container, used to group other widgets together.
.SO
\-class \-cursor \-takefocus \-style
.SE
@@ -18,8 +18,8 @@ The desired width of the widget border. Defaults to 0.
.OP -relief relief Relief
One of the standard Tk border styles:
\fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR,
-\fBsolid\fR, or \fBsunken\fP.
-Defaults to \fBflat\fP.
+\fBsolid\fR, or \fBsunken\fR.
+Defaults to \fBflat\fR.
.OP -padding padding Padding
Additional padding to include inside the border.
.OP -width width Width
@@ -28,14 +28,14 @@ If specified, the widget's requested width in pixels.
If specified, the widget's requested height in pixels.
.SH "WIDGET COMMAND"
Supports the standard widget commands
-\fBconfigure\fP, \fBcget\fP, \fBinstate\fP, and \fBstate\fP;
-see \fIwidget(n)\fP.
+\fBconfigure\fR, \fBcget\fR, \fBinstate\fR, and \fBstate\fR;
+see \fIwidget(n)\fR.
.SH "NOTES"
-Note that if the \fBpack\fP, \fBgrid\fP, or other geometry managers
-are used to manage the children of the \fBframe\fP,
+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\fP widget's \fB-width\fP and \fB-height\fP options.
-[\fBpack propagate\fP] and [\fBgrid propagate\fP] 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"
widget(n), labelframe(n)