fltk_pixmap_new
fn
FltkPixmap fltk_pixmap_new(const(char *) * data)Creates a new pixmap from XPM data.
The data should be an array of strings in XPM format. The data pointer must remain valid for the lifetime of the pixmap.
Parameters
data | Pointer to XPM data (array of strings) |
Returns
New pixmap handle, or null on failure