Tk::TixWidget - methods for Tix widgets


Tk-Tree documentation  | view source Contained in the Tk-Tree distribution.

Index


NAME

Top

Tk::TixWidget - methods for Tix widgets

SYNOPSIS

Top

    use Tk::TixWidget;
    @ISA = qw(Tk::Widget Tk::TixWidget);

DESCRIPTION

Top

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 )

Top

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? )

Top

Return or set the tixEvent variable option. Currently, the only option used is "type".

AUTHOR

Top

Chris Dean <ctdean@cogit.com>


Tk-Tree documentation  | view source Contained in the Tk-Tree distribution.