summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-07-14 22:59:33 (GMT)
committerdkf <dkf@noemail.net>2003-07-14 22:59:33 (GMT)
commit36bbab34e0fa8e6821317c5de5929692c7856272 (patch)
treebb1b0841c7bb7369a3878edcd88aeb4808259160 /doc
parent4199ed3943776a2591d9a547528fe6440154b7f0 (diff)
downloadtk-36bbab34e0fa8e6821317c5de5929692c7856272.zip
tk-36bbab34e0fa8e6821317c5de5929692c7856272.tar.gz
tk-36bbab34e0fa8e6821317c5de5929692c7856272.tar.bz2
Added missing .TP
FossilOrigin-Name: 85d309192ecd1e95a6970a4980fdf6a9f3ce8942
Diffstat (limited to 'doc')
-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..b8a0673 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.14.2.1 2003/07/14 22:59:34 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.