VISIO::BUTTON_PIXMAP
(int grid, int xpos, int ypos, int xsize, int ysize, string
filename)
Description: Creates a
button on grid 'grid' with coordinates 'xpos' and 'ypos'. The width
of the button is determined by 'xsize' and the height by 'ysize'.
Finally an image pointed by 'filename' is placed on the button. This
image must be in XPM format. Returns the ID of the created button.
Example: button
= VISIO::BUTTON_PIXMAP (grid, 1, 1, 3, 1, "info.xpm")