fltk_pixmap_new

fnFltkPixmap 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

dataPointer to XPM data (array of strings)

Returns

New pixmap handle, or null on failure