summaryrefslogtreecommitdiffstats
path: root/doc/CrtItemType.3
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
committerjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
commit6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch)
treebea05665891f61ab3749ece3ae4fe07945da4664 /doc/CrtItemType.3
parentc6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff)
downloadtk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.bz2
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font.
Diffstat (limited to 'doc/CrtItemType.3')
-rw-r--r--doc/CrtItemType.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtItemType.3 b/doc/CrtItemType.3
index 442f242..8d5e357 100644
--- a/doc/CrtItemType.3
+++ b/doc/CrtItemType.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: CrtItemType.3,v 1.5 2000/03/02 21:53:00 hobbs Exp $
+'\" RCS: @(#) $Id: CrtItemType.3,v 1.6 2000/07/25 21:14:34 jenglish Exp $
'\"
.so man.macros
.TH Tk_CreateItemType 3 4.0 Tk "Tk Library Procedures"
@@ -531,7 +531,7 @@ It is only relevant for item types that support an insertion cursor;
that don't support an insertion cursor.
The procedure must match the following prototype:
.CS
-typedef void Tk_ItemIndexProc(
+typedef void Tk_ItemCursorProc(
Tk_Canvas \fIcanvas\fR,
Tk_Item *\fIitemPtr\fR,
int \fIindex\fR);