wxImageList
Creation Parameters
- width Width of the images in the list
- height Height of the images in the list
- mask [=1] TRUE if masks should be created for all images
- initial_count [=1] The initial size of the list
Functions/Procedures
Supertopics
wxImageList
[func]
add_image ( atom ilist, atom image, object mask )
Category:
wxImageList
Add an image to an image list
- ilist image list
- image wxBitmap or wxIcon (Windows only)
- mask
sequence
- If empty sequence, then bmp is a wxIcon
- Three element {R,G,B} specifying color to use as a mask
- atom bitmap to use as a mask (or 0 to use no mask)