diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-17 15:24:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-17 15:24:44 (GMT) |
commit | b633b7e6942eeeab552bc8489151b68b3ae4bb2c (patch) | |
tree | 5a410ad10690329bebbcf0914ad7f37dd229e533 | |
parent | 0feab44ff6f192f1d720e9afd0d1a383e22e69dd (diff) | |
download | tk-b633b7e6942eeeab552bc8489151b68b3ae4bb2c.zip tk-b633b7e6942eeeab552bc8489151b68b3ae4bb2c.tar.gz tk-b633b7e6942eeeab552bc8489151b68b3ae4bb2c.tar.bz2 |
Documented -outlineoffset item option. [Bug 1836621]
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/canvas.n | 16 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-17 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * doc/canvas.n: Documented -outlineoffset item option. [Bug 1836621] + 2007-12-14 Don Porter <dgp@users.sourceforge.net> * changes: More updates for 8.5.0 release. diff --git a/doc/canvas.n b/doc/canvas.n index 3380a52..3db6174 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.31 2007/12/13 15:23:43 dgp Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.32 2007/12/17 15:24:45 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1126,6 +1126,17 @@ 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\-outlineoffset \fIoffset\fR +. +Specifies the offset of the stipple pattern used for outlines. The +offset value can be of the form +.QW \fIx\fB,\fIy\fR +or the description of a side (one of \fBn\fR, \fBne\fR, \fBe\fR, +\fBse\fR, \fBs\fR, \fBsw\fR, \fBw\fR, \fBnw\fR, or \fBcenter\fR). This +option only has an effect when the outline is drawn as a stipple +pattern, and is only supported under X11. +.\" TODO: What does this actually do? What do the acceptable forms mean?! +.TP \fB\-stipple \fIbitmap\fR .TP \fB\-activestipple \fIbitmap\fR @@ -1199,6 +1210,7 @@ The following standard options are supported by arcs: \-outline \-activeoutline \-disabledoutline +\-outlineoffset \-outlinestipple \-activeoutlinestipple \-disabledoutlinestipple @@ -1492,6 +1504,7 @@ The following standard options are supported by ovals: \-outline \-activeoutline \-disabledoutline +\-outlineoffset \-outlinestipple \-activeoutlinestipple \-disabledoutlinestipple @@ -1632,6 +1645,7 @@ The following standard options are supported by rectangles: \-outline \-activeoutline \-disabledoutline +\-outlineoffset \-outlinestipple \-activeoutlinestipple \-disabledoutlinestipple |