diff options
author | das <das> | 2002-08-20 20:26:57 (GMT) |
---|---|---|
committer | das <das> | 2002-08-20 20:26:57 (GMT) |
commit | b413674fbf9849df30cd853ce97badcda6f1d280 (patch) | |
tree | de8cb5a22c114d8af225c72aaf14047d4f3a007d /doc/GetImage.3 | |
parent | e013f51d592a99ad0cfebbb510c182070270c32e (diff) | |
download | tk-b413674fbf9849df30cd853ce97badcda6f1d280.zip tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.gz tk-b413674fbf9849df30cd853ce97badcda6f1d280.tar.bz2 |
merged with trunk at tag macosx-8-4-merge-2002-08-20-trunkmacosx_8_4_merge_2002_08_20_branch
Diffstat (limited to 'doc/GetImage.3')
-rw-r--r-- | doc/GetImage.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetImage.3 b/doc/GetImage.3 index 4dbdc6f..8dc82a9 100644 --- a/doc/GetImage.3 +++ b/doc/GetImage.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetImage.3,v 1.4 1999/04/21 21:53:22 rjohnson Exp $ +'\" RCS: @(#) $Id: GetImage.3,v 1.4.18.1 2002/08/20 20:27:00 das Exp $ '\" .so man.macros .TH Tk_GetImage 3 4.0 Tk "Tk Library Procedures" @@ -30,7 +30,7 @@ Tk_Image Place to leave error message. .AP Tk_Window tkwin in Window in which image will be used. -.AP char *name in +.AP "CONST char" *name in Name of image. .AP Tk_ImageChangedProc *changeProc in Procedure for Tk to invoke whenever image content or size changes. |