diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-04-17 15:27:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-04-17 15:27:12 (GMT) |
commit | 068857d3d21a5adefbb76687cd4090f7605335f3 (patch) | |
tree | 1dcb206cc9c0bef759972ad56f6951d73418d9f7 | |
parent | 455c2fea891b8241693775517339ef116487f3a6 (diff) | |
download | tk-068857d3d21a5adefbb76687cd4090f7605335f3.zip tk-068857d3d21a5adefbb76687cd4090f7605335f3.tar.gz tk-068857d3d21a5adefbb76687cd4090f7605335f3.tar.bz2 |
Corrected description of when tag -relief is ignored.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/text.n | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-04-17 Donal K. Fellows <dkf@cspool38.cs.man.ac.uk> + + * doc/text.n: Correct description of when -relief option is ignored on + a tag. Thanks to emiliano for spotting. + 2008-04-17 Don Porter <dgp@users.sourceforge.net> * generic/tkCanvas.c: Fix logic that determines when canvas item @@ -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: text.n,v 1.53 2007/12/13 15:23:43 dgp Exp $ +'\" RCS: @(#) $Id: text.n,v 1.54 2008/04/17 15:27:12 dkf Exp $ '\" .so man.macros .TH text n 8.5 Tk "Tk Built-In Commands" @@ -572,7 +572,7 @@ the middle of characters. in any of the forms accepted by \fBTk_GetRelief\fR. This option is used in conjunction with the \fB\-borderwidth\fR option to give a 3-D appearance to the background for characters; -it is ignored unless the \fB\-background\fR option +it is ignored unless the \fB\-borderwidth\fR option has been set for the tag. .TP \fB\-rmargin \fIpixels\fR |