diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 12:25:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 12:25:14 (GMT) |
commit | 6554e94184299faab586db5a555ecf119365b845 (patch) | |
tree | 9de254e5769e0b00d6ee1ed42b9fa73c0d828b01 /doc/CanvTkwin.3 | |
parent | 3e5c63a75bb5c5187a6dc0fda176493454c1ee99 (diff) | |
download | tk-6554e94184299faab586db5a555ecf119365b845.zip tk-6554e94184299faab586db5a555ecf119365b845.tar.gz tk-6554e94184299faab586db5a555ecf119365b845.tar.bz2 |
Minor formatting/usage correction
Diffstat (limited to 'doc/CanvTkwin.3')
-rw-r--r-- | doc/CanvTkwin.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/CanvTkwin.3 b/doc/CanvTkwin.3 index 0f1c7c4..dbbc3df 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.8 2008/06/30 22:57:00 dkf Exp $ +'\" RCS: @(#) $Id: CanvTkwin.3,v 1.9 2008/11/01 12:25:14 dkf Exp $ '\" .so man.macros .TH Tk_CanvasTkwin 3 4.1 Tk "Tk Library Procedures" @@ -87,7 +87,7 @@ canvas coordinate. If \fIstring\fR is a valid coordinate description then \fBTk_CanvasGetCoord\fR stores the corresponding canvas coordinate at *\fIdoublePtr\fR and returns \fBTCL_OK\fR. -Otherwise it stores an error message in \fIinterp->result\fR and +Otherwise it stores an error message in the interpreter result and returns \fBTCL_ERROR\fR. .PP \fBTk_CanvasDrawableCoords\fR is called by type managers during @@ -143,6 +143,7 @@ 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: +.PP .CS static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc, Tk_CanvasTagsPrintProc, (ClientData) NULL |