From 9fc19ef8e2dcd8bcf6a1d034b95c1de2b88e485c Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 17 Feb 2011 15:05:13 +0000 Subject: New tlperl part II git-svn-id: svn://tug.org/texlive/trunk@21424 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/lib/Tk/Image.pod | 145 +++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 Master/tlpkg/tlperl/lib/Tk/Image.pod (limited to 'Master/tlpkg/tlperl/lib/Tk/Image.pod') diff --git a/Master/tlpkg/tlperl/lib/Tk/Image.pod b/Master/tlpkg/tlperl/lib/Tk/Image.pod new file mode 100644 index 00000000000..9a9b6b6b646 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Tk/Image.pod @@ -0,0 +1,145 @@ +# Copyright (c) 1994 The Regents of the University of California. +# Copyright (c) 1994-1996 Sun Microsystems, Inc. +# See the file "license.terms" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. +# +# + +=head1 NAME + +Tk::Image - Create and manipulate images + +=for category Tk Image Classes + +=head1 SYNOPSIS + +I<$image> = I<$widget>-EI(?I?) + +I<$image>-EI(?I?) + +=head1 DESCRIPTION + +The B constructors and methods are used to create, delete, and query images. +It can take several different forms, depending on the +I. + +The constructors require a I<$widget> to invoke them, this is used +to locate a B. (This is because the underlying Tk code +registers the images in the data structure for the B.) + +The legal forms are: + +=over 4 + +=item I<$widget>-EI?(?I?,?I