diff options
Diffstat (limited to 'doc/ImgChanged.3')
-rw-r--r-- | doc/ImgChanged.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/ImgChanged.3 b/doc/ImgChanged.3 index 69ba43c..ed47d26 100644 --- a/doc/ImgChanged.3 +++ b/doc/ImgChanged.3 @@ -16,8 +16,8 @@ Tk_ImageChanged \- notify widgets that image needs to be redrawn .sp \fBTk_ImageChanged\fR(\fImodel, x, y, width, height, imageWidth, imageHeight\fR) .SH ARGUMENTS -.AS Tk_ImageMaster imageHeight -.AP Tk_ImageMaster model in +.AS Tk_ImageModel imageHeight +.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 @@ -48,10 +48,6 @@ specify a rectangular region within the image that needs to be redrawn. \fIimageWidth\fR and \fIimageHeight\fR specify the image's (new) size. .PP -.VS "TIP 581" -\fITk_ImageModel\fR is synonym for \fITk_ImageMaster\fR -.VE "TIP 581" -.PP An image manager should call \fBTk_ImageChanged\fR during its \fIcreateProc\fR to specify the image's initial size and to force redisplay if there are existing instances for the image. |