| Tk-Tree documentation | view source | Contained in the Tk-Tree distribution. |
Tk::TixWidget - methods for Tix widgets
use Tk::TixWidget;
@ISA = qw(Tk::Widget Tk::TixWidget);
Tk::TixWidget provides methods that emulate the those used by
Tcl/Tix widgets. There are currently only two methods supported:
tixEvent and tixGetimage.
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.
Return or set the tixEvent variable option. Currently, the only
option used is "type".
Chris Dean <ctdean@cogit.com>
| Tk-Tree documentation | view source | Contained in the Tk-Tree distribution. |