# 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