diff options
author | dkf <dkf@noemail.net> | 2004-10-28 12:25:52 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-10-28 12:25:52 (GMT) |
commit | 6e6a88d3a7c70b863465bc74ff35bd30ca471af8 (patch) | |
tree | d43ab195bbb59360312c2df24cc52e874efc6409 /doc/pack.n | |
parent | 51cec1f04a649b473ed1ede44d3c4aac55a1b330 (diff) | |
download | tk-6e6a88d3a7c70b863465bc74ff35bd30ca471af8.zip tk-6e6a88d3a7c70b863465bc74ff35bd30ca471af8.tar.gz tk-6e6a88d3a7c70b863465bc74ff35bd30ca471af8.tar.bz2 |
More minor doc fixes
FossilOrigin-Name: da9814e92b42d4f7e683a8e278d413344e5d6413
Diffstat (limited to 'doc/pack.n')
-rw-r--r-- | doc/pack.n | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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: pack.n,v 1.6 2004/08/20 10:56:36 dkf Exp $ +'\" RCS: @(#) $Id: pack.n,v 1.7 2004/10/28 12:25:53 dkf Exp $ '\" .so man.macros .TH pack n 4.0 Tk "Tk Built-In Commands" @@ -268,11 +268,11 @@ label .r \-text "Right\\nHand\\nSide" text .mid \.mid insert end "This layout is like Java's BorderLayout" # Lay them out -pack .t \-side top \-fill x -pack .b \-side bottom \-fill x -pack .l \-side left \-fill y -pack .r \-side right \-fill y -pack .mid \-expand 1 \-fill both +\fBpack\fR .t \-side top \-fill x +\fBpack\fR .b \-side bottom \-fill x +\fBpack\fR .l \-side left \-fill y +\fBpack\fR .r \-side right \-fill y +\fBpack\fR .mid \-expand 1 \-fill both .CE .SH "SEE ALSO" |