diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 16:04:11 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-10-29 16:04:11 (GMT) |
commit | 5eaf68c490e9e7de82be2e6e47fc397a91bc691e (patch) | |
tree | f1b13d0b63bdcb785dc2718534eb209b9796d50b /doc/CanvTkwin.3 | |
parent | 2c668436acdb25704f5a702b57ff4c764eb6f99e (diff) | |
download | tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.zip tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.gz tk-5eaf68c490e9e7de82be2e6e47fc397a91bc691e.tar.bz2 |
Lots more GOOBE stuff. Now works with 'make html'!
Diffstat (limited to 'doc/CanvTkwin.3')
-rw-r--r-- | doc/CanvTkwin.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CanvTkwin.3 b/doc/CanvTkwin.3 index efa9125..167abff 100644 --- a/doc/CanvTkwin.3 +++ b/doc/CanvTkwin.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: CanvTkwin.3,v 1.5 2007/01/05 00:00:48 nijtmans Exp $ +'\" RCS: @(#) $Id: CanvTkwin.3,v 1.6 2007/10/29 16:04:12 dkf Exp $ '\" .so man.macros .TH Tk_CanvasTkwin 3 4.1 Tk "Tk Library Procedures" @@ -140,7 +140,7 @@ modified using image commands. .PP \fBTk_CanvasTagsParseProc\fR and \fBTk_CanvasTagsPrintProc\fR are procedures that handle the \fB\-tags\fR option for canvas items. -The code of a canvas type manager won't call these procedures +The code of a canvas type manager will not call these procedures directly, but will use their addresses to create a \fBTk_CustomOption\fR structure for the \fB\-tags\fR option. The code typically looks like this: |