summaryrefslogtreecommitdiffstats
path: root/doc/place.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-21 20:42:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-21 20:42:21 (GMT)
commitf3b41f942811193e1cae1423c56fbc9140d6e3d5 (patch)
tree76df99cc0b0562fb3be5e4a22aa17bdfd5c5cac9 /doc/place.n
parentd9c9b4a4c284a3d046d87928a1b6e1496ed7301b (diff)
downloadtk-f3b41f942811193e1cae1423c56fbc9140d6e3d5.zip
tk-f3b41f942811193e1cae1423c56fbc9140d6e3d5.tar.gz
tk-f3b41f942811193e1cae1423c56fbc9140d6e3d5.tar.bz2
Forgot the example section header label!
Diffstat (limited to 'doc/place.n')
-rw-r--r--doc/place.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/place.n b/doc/place.n
index cd4fdd7..32fa68a 100644
--- a/doc/place.n
+++ b/doc/place.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: place.n,v 1.4 2004/06/21 15:21:24 dkf Exp $
+'\" RCS: @(#) $Id: place.n,v 1.5 2004/06/21 20:42:21 dkf Exp $
'\"
.so man.macros
.TH place n "" Tk "Tk Built-In Commands"
@@ -236,12 +236,12 @@ the master windows or the parents of slave windows (i.e. it doesn't
set their requested sizes).
To control the sizes of these windows, make them windows like
frames and canvases that provide configuration options for this purpose.
-.SH
+.SH EXAMPLE
Make the label occupy the middle bit of the toplevel, no matter how it
is resized:
.CS
label .l \-text "In the\nMiddle!" \-bg black \-fg white
-place .l \-relwidth .3 \-relx .35 \-relheight .3 \-rely .35
+\fBplace\fR .l \-relwidth .3 \-relx .35 \-relheight .3 \-rely .35
.CE
.SH "SEE ALSO"