summaryrefslogtreecommitdiffstats
path: root/doc/ImgChanged.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-08 07:57:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-08 07:57:20 (GMT)
commitc1d50f8302f80ab1939467c61bea379dd6035b1d (patch)
tree8f3c70c5dbf1d316e82522e520a455c6c902dd81 /doc/ImgChanged.3
parent78780eac5b472e24d78dd946ca88ec4dc6ddbef5 (diff)
parent3b31d9630f305b2f6b73e57e147541bc13aa1057 (diff)
downloadtk-c1d50f8302f80ab1939467c61bea379dd6035b1d.zip
tk-c1d50f8302f80ab1939467c61bea379dd6035b1d.tar.gz
tk-c1d50f8302f80ab1939467c61bea379dd6035b1d.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/ImgChanged.3')
-rw-r--r--doc/ImgChanged.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ImgChanged.3 b/doc/ImgChanged.3
index d801dce..ed47d26 100644
--- a/doc/ImgChanged.3
+++ b/doc/ImgChanged.3
@@ -14,10 +14,10 @@ Tk_ImageChanged \- notify widgets that image needs to be redrawn
.nf
\fB#include <tk.h>\fR
.sp
-\fBTk_ImageChanged\fR(\fIimageModel, x, y, width, height, imageWidth, imageHeight\fR)
+\fBTk_ImageChanged\fR(\fImodel, x, y, width, height, imageWidth, imageHeight\fR)
.SH ARGUMENTS
.AS Tk_ImageModel imageHeight
-.AP Tk_ImageModel imageModel in
+.AP Tk_ImageModel model in
Token for image, which was passed to image's \fIcreateProc\fR when
the image was created.
.AP int x in
@@ -42,7 +42,7 @@ whenever anything happens that requires the image to be redrawn.
As a result of calling \fBTk_ImageChanged\fR, any widgets using
the image are notified so that they can redisplay themselves
appropriately.
-The \fIimageModel\fR argument identifies the image, and
+The \fImodel\fR argument identifies the image, and
\fIx\fR, \fIy\fR, \fIwidth\fR, and \fIheight\fR
specify a rectangular region within the image that needs to
be redrawn.