diff options
author | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
commit | 6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch) | |
tree | bea05665891f61ab3749ece3ae4fe07945da4664 /doc/photo.n | |
parent | c6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff) | |
download | tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.bz2 |
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n:
Documentation fix: Replaced references to XFontStruct *
and Tk_FontStruct with Tk_Font.
Diffstat (limited to 'doc/photo.n')
-rw-r--r-- | doc/photo.n | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/photo.n b/doc/photo.n index 00c2133..7ca4d3c 100644 --- a/doc/photo.n +++ b/doc/photo.n @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: photo.n,v 1.5 2000/05/23 00:31:36 hobbs Exp $ +'\" RCS: @(#) $Id: photo.n,v 1.6 2000/07/25 21:14:35 jenglish Exp $ '\" .so man.macros .TH photo n 4.0 Tk "Tk Built-In Commands" @@ -337,7 +337,6 @@ if this option is not given, is the whole image. If this options is specified, the data will not contain color information. All pixel data will be transformed into grayscale. .RE -.TP .SH "IMAGE FORMATS" .PP The photo image code is structured to allow handlers for additional |