diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-07 22:30:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-03-07 22:30:29 (GMT) |
commit | b2a36cc4332f640a3dc3602616733df647c7588f (patch) | |
tree | 633354fd1b687ed3d9d29c88aec8d2a54b07eebc /doc | |
parent | 4dfb7254eafeae4c6cbd5648243c4d3f05ad24eb (diff) | |
download | tk-b2a36cc4332f640a3dc3602616733df647c7588f.zip tk-b2a36cc4332f640a3dc3602616733df647c7588f.tar.gz tk-b2a36cc4332f640a3dc3602616733df647c7588f.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 15ce783..a511eb3 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.13.2.2 2005/05/12 22:50:59 dgp Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.13.2.3 2006/03/07 22:30:31 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1097,6 +1097,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 @@ -1112,6 +1114,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 |