summaryrefslogtreecommitdiffstats
path: root/doc/CrtItemType.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-11 18:15:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-11 18:15:07 (GMT)
commitf6afd7594fde451c607c03fbd1522a109b6b0021 (patch)
treeaea7a19b0ab8695285d343ca2feec251b59b94b9 /doc/CrtItemType.3
parent062332b74070e0ca06b5fefaa039efafe402a624 (diff)
downloadtk-f6afd7594fde451c607c03fbd1522a109b6b0021.zip
tk-f6afd7594fde451c607c03fbd1522a109b6b0021.tar.gz
tk-f6afd7594fde451c607c03fbd1522a109b6b0021.tar.bz2
More improvements, related to the deprecation of Tk_Offset
Diffstat (limited to 'doc/CrtItemType.3')
-rw-r--r--doc/CrtItemType.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtItemType.3 b/doc/CrtItemType.3
index f9198f3..9422668 100644
--- a/doc/CrtItemType.3
+++ b/doc/CrtItemType.3
@@ -64,7 +64,7 @@ the standard procedures implemented by the type manager:
.CS
typedef struct Tk_ItemType {
const char *\fIname\fR;
- int \fIitemSize\fR;
+ size_t \fIitemSize\fR;
Tk_ItemCreateProc *\fIcreateProc\fR;
const Tk_ConfigSpec *\fIconfigSpecs\fR;
Tk_ItemConfigureProc *\fIconfigProc\fR;