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/Compound.pod | 298 ++++++++++++++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 Master/tlpkg/tlperl/lib/Tk/Compound.pod (limited to 'Master/tlpkg/tlperl/lib/Tk/Compound.pod') diff --git a/Master/tlpkg/tlperl/lib/Tk/Compound.pod b/Master/tlpkg/tlperl/lib/Tk/Compound.pod new file mode 100644 index 00000000000..01f6e5f2639 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Tk/Compound.pod @@ -0,0 +1,298 @@ +# Copyright (c) 1996, Expert Interface Technologies +# See the file "license.terms" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. +# +# The file man.macros and some of the macros used by this file are +# copyrighted: (c) 1990 The Regents of the University of California. +# (c) 1994-1995 Sun Microsystems, Inc. +# The license terms of the Tcl/Tk distrobution are in the file +# license.tcl. + +=head1 NAME + +Tk::Compound - Create multi-line compound images. + +=for category Tk Image Classes + +=head1 SYNOPSIS + + use Tk::Compound; + $image = $widget->Compound(name,options); + $image->Line(options); + $image->Text(options); + $image->Bitmap(options); + $image->Image(options); + $image->Space(options); + +=for comment +This paragraph used to be written different, but perldoc 3.14 cannot +display this paragraph. +S< >use Tk::Compound; +S< >I<$image> = I<$widget>-EB?(I??,I?) +S< >I<$image>-EB?(I?) +S< >I<$image>-EB?(I?) +S< >I<$image>-EB?(I?) +S< >I<$image>-EB?(I?) +S< >I<$image>-EB?(I?) + +=head1 DESCRIPTION + +Compound image types can be used to create images that consists of +multiple horizontal lines; each line is composed of a series of items +(texts, bitmaps, images or spaces) arranged from left to +right. Compound images are mainly used to embed complex drawings into +widgets that support the B<-image> option. As shown in the EXAMPLE +section below, a compound image can be used to display a bitmap and a +text string simutaneously in a Tk B