NAME
Tk::TixWidget - methods for Tix widgets
SYNOPSIS
use Tk::TixWidget;
@ISA = qw(Tk::Widget Tk::TixWidget);
DESCRIPTION
Tk::TixWidget
provides methods that emulate the those used by Tcl/Tix widgets. There are currently only two methods supported: tixEvent
and tixGetimage
.
tixGetimage( name )
Given name, look for an image file with that base name and return a Tk::Image
. File extensions are tried in this order: xpm, gif, ppm, xbm until a valid iamge is found. If no image is found, try a builtin image with that name.
tixEvent( option, ?value? )
Return or set the tixEvent variable option
. Currently, the only option
used is "type".
AUTHOR
Chris Dean <ctdean@cogit.com>