diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 16:04:11 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 16:04:11 (GMT) |
commit | 5eaf68c490e9e7de82be2e6e47fc397a91bc691e (patch) | |
tree | f1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/raise.n | |
parent | 2c668436acdb25704f5a702b57ff4c764eb6f99e (diff) | |
download | tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.zip tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.gz tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.bz2 |
Lots more GOOBE stuff. Now works with 'make html'!
Diffstat (limited to 'doc/raise.n')
-rw-r--r-- | doc/raise.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/raise.n b/doc/raise.n index 0591a50..07e214e 100644 --- a/doc/raise.n +++ b/doc/raise.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: raise.n,v 1.3 2004/06/18 21:58:37 dkf Exp $ +'\" RCS: @(#) $Id: raise.n,v 1.4 2007/10/29 16:04:14 dkf Exp $ '\" .so man.macros .TH raise n 3.3 Tk "Tk Built-In Commands" @@ -36,11 +36,11 @@ it. This is is often necessary when building GUIs in the style where you create your activity widgets first before laying them out on the display: .CS -button .b -text "Hi there!" -pack [frame .f -background blue] -pack [label .f.l1 -text "This is above"] -pack .b -in .f -pack [label .f.l2 -text "This is below"] +button .b \-text "Hi there!" +pack [frame .f \-background blue] +pack [label .f.l1 \-text "This is above"] +pack .b \-in .f +pack [label .f.l2 \-text "This is below"] \fBraise\fR .b .CE |