diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-07 22:30:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-07 22:30:55 (GMT) |
commit | d21ef328e336425ac8719b9714e3b5731feaa99c (patch) | |
tree | 2e036691b49343c4b108a184b0efb31649b52ede /doc | |
parent | 58bb000a844196824b1709075eee828d12542f66 (diff) | |
download | tk-d21ef328e336425ac8719b9714e3b5731feaa99c.zip tk-d21ef328e336425ac8719b9714e3b5731feaa99c.tar.gz tk-d21ef328e336425ac8719b9714e3b5731feaa99c.tar.bz2 |
Band-aid doc update for [Bug 220787]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 14d7b99..c7532c1 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.21 2006/01/12 13:38:22 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.22 2006/03/07 22:30:55 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1095,6 +1095,8 @@ If the \fB\-outline\fR option hasn't been specified then this option has no effect. If \fIbitmap\fR is an empty string (the default), then the outline is drawn in a solid fashion. +\fINote that stipples are not well supported on platforms that do not +use X11 as their drawing API.\fR .TP \fB\-stipple \fIbitmap\fR .TP @@ -1110,6 +1112,8 @@ has no effect. If \fIbitmap\fR is an empty string (the default), then filling is done in a solid fashion. For the text item, it affects the actual text. +\fINote that stipples are not well supported on platforms that do not +use X11 as their drawing API.\fR .TP \fB\-state \fIstate\fR This allows an item to override the canvas widget's global \fIstate\fR |