Query: tk::pixmap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pixmap(3pm) User Contributed Perl Documentation Pixmap(3pm)NAMETk::Pixmap - Create color images from XPM files.SYNOPSIS$widget->Pixmap?(name?,options?)?DESCRIPTIONXPM 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: -data => string Specifies the contents of the source pixmap as a string. The string must adhere to the XPM file format (e.g., as generated by the pixmap(1) program). If both the -data and -file options are specified, the -data option takes precedence. Please note that the XPM file parsing code in the xpm library is somewhat fragile. The first line of the string must be "/* XPM */" or otherwise a segmatation fault will be caused. -file => name name gives the name of a file whose contents define the source pixmap. The file must adhere to the XPM file format (e.g., as generated by the pixmap(1) program).IMAGE METHODSWhen a pixmap image is created, Tk also creates a new object. This object supports the configure and cget methods described in Tk::options which can be used to enquire and modify the options described above.SEE ALSOTk::ImageKEYWORDSpixmap, image, tix perl v5.14.2 2010-05-29 Pixmap(3pm)
Related Man Pages |
---|
pixmap(3) - debian |
pixmap(n) - suse |
img-pixmap(n) - osx |
pixmap(1) - suse |
pixmap(3) - suse |
Similar Topics in the Unix Linux Community |
---|
export DISPLAY and XPM´s |
cencode 1.1 (Default branch) |
S-323: Imlib2 Vulnerabilities |
Draw multicolor line |