From 316ee97c621496b0fe3267f57cce81bee44ca1e6 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 17 Feb 2011 12:20:49 +0000 Subject: Moving old tlperl prior to committing new one git-svn-id: svn://tug.org/texlive/trunk@21422 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl0/lib/Tk/Image.pod | 145 ++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100755 Master/tlpkg/tlperl0/lib/Tk/Image.pod (limited to 'Master/tlpkg/tlperl0/lib/Tk/Image.pod') diff --git a/Master/tlpkg/tlperl0/lib/Tk/Image.pod b/Master/tlpkg/tlperl0/lib/Tk/Image.pod new file mode 100755 index 00000000000..9a9b6b6b646 --- /dev/null +++ b/Master/tlpkg/tlperl0/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