wxImageList
Creation Parameters
- integer width Width of the images in the list
- integer height Height of the images in the list
- integer mask [= 1] wxTrue if masks should be created for all images
- integer 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)
wxImageList
Category:
wxImageList
wxImageList
Category:
wxImageList
wxImageList
[func]
replace_image ( atom ilist, atom index, atom bmp, atom mask )
Category:
wxImageList