summaryrefslogtreecommitdiffstats
path: root/doc/photo.n
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2003-07-14 22:58:26 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2003-07-14 22:58:26 (GMT)
commit100dff4736f1c6c99d7976a1362b993d4a049da1 (patch)
treeb197b9d7f3a4d209fd2f412a40b2333ce16460a4 /doc/photo.n
parent419e3f5a636c54eec4659ed1ab1c1f4d49abf39a (diff)
downloadtk-100dff4736f1c6c99d7976a1362b993d4a049da1.zip
tk-100dff4736f1c6c99d7976a1362b993d4a049da1.tar.gz
tk-100dff4736f1c6c99d7976a1362b993d4a049da1.tar.bz2
Added missing .TP
Diffstat (limited to 'doc/photo.n')
-rw-r--r--doc/photo.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/photo.n b/doc/photo.n
index 7acf3fa..071ae9f 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.14 2003/01/19 07:50:58 hobbs Exp $
+'\" RCS: @(#) $Id: photo.n,v 1.15 2003/07/14 22:58:26 dkf Exp $
'\"
.so man.macros
.TH photo n 4.0 Tk "Tk Built-In Commands"
@@ -320,6 +320,7 @@ the photo image. Several subcommands are available:
\fIimageName \fBtransparency get \fIx y\fR
Returns a boolean indicating if the pixel at (\fIx\fR,\fIy\fR) is
transparent.
+.TP
\fIimageName \fBtransparency set \fIx y boolean\fR
Makes the pixel at (\fIx\fR,\fIy\fR) transparent if \fIboolean\fR is
true, and makes that pixel opaque otherwise.