summaryrefslogtreecommitdiffstats
path: root/doc/CrtItemType.3
diff options
context:
space:
mode:
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);