From f3b41f942811193e1cae1423c56fbc9140d6e3d5 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 21 Jun 2004 20:42:21 +0000 Subject: Forgot the example section header label! --- doc/place.n | 6 +++--- 1 file 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" -- cgit v0.12