Gadgets that Support Pixmaps
- Last UpdatedOct 26, 2022
- 1 minute read
Some gadgets support pixmaps as content as an alternative to text, for example, Buttons, Toggles, and Paragraphs.
Pixmaps are pixelated pictures held in files of type .png.
When pixmaps are required you will need to specify pathnames to the pixmap file and the maximum required size of the image in width and height, both measured in pixels
The default size for pixmaps is assumed to be 32x32 pixels.
For example:
button .ButtonName pixmap /buttonpix WIDTH 26 HEIGHT 26