diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-07-01 08:06:14 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-07-01 08:06:14 (GMT) |
commit | a1e357ed187271e3b7153a78ab7b55975750cd48 (patch) | |
tree | 4c9f2117c1aa8860ab8ff851b6ba615b317ecc22 /doc/pack.n | |
parent | 17466781608d41ff70b654d5e3e94ce7db9b5a98 (diff) | |
download | tk-a1e357ed187271e3b7153a78ab7b55975750cd48.zip tk-a1e357ed187271e3b7153a78ab7b55975750cd48.tar.gz tk-a1e357ed187271e3b7153a78ab7b55975750cd48.tar.bz2 |
Doc fixes. [Tcl Bug 983146]
Diffstat (limited to 'doc/pack.n')
-rw-r--r-- | doc/pack.n | 6 |
1 files changed, 3 insertions, 3 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.4 2004/06/21 14:56:28 dkf Exp $ +'\" RCS: @(#) $Id: pack.n,v 1.5 2004/07/01 08:06:15 dkf Exp $ '\" .so man.macros .TH pack n 4.0 Tk "Tk Built-In Commands" @@ -263,8 +263,8 @@ the stacking order of either the master or the slave. # Make the widgets label .t \-text "This widget is at the top" \-bg red label .b \-text "This widget is at the bottom" \-bg green -label .l \-text "Left\nHand\nSide" -label .r \-text "Right\nHand\nSide" +label .l \-text "Left\\nHand\\nSide" +label .r \-text "Right\\nHand\\nSide" text .mid \.mid insert end "This layout is like Java's BorderLayout" # Lay them out |