Tk::Pixmap - Create color images from XPM files. |
Tk::Pixmap - Create color images from XPM files.
$widget->Pixmap?(name?,options?)?
XPM is a popular X Window image file format for storing color icons. The Pixmap image type can be used to create color images using XPM files.
Pixmaps support the following options:
When a pixmap image is created, Tk also creates a new object. This object supports the configure and cget methods described in the Tk::options manpage which can be used to enquire and modify the options described above.
pixmap, image, tix
Tk::Pixmap - Create color images from XPM files. |