diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-04-17 15:27:12 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-04-17 15:27:12 (GMT) |
commit | 4369e9133d74a576dfef74d9bea7333131470c91 (patch) | |
tree | 1dcb206cc9c0bef759972ad56f6951d73418d9f7 | |
parent | c7bc6ff3ef1a75d5118f0e13190dbd05e5ba612d (diff) | |
download | tk-4369e9133d74a576dfef74d9bea7333131470c91.zip tk-4369e9133d74a576dfef74d9bea7333131470c91.tar.gz tk-4369e9133d74a576dfef74d9bea7333131470c91.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 |