Tag for IconControlA(), Set Image 2 data; one by per pixel (PBYTE)
Source position: icon.pas line 134
const ICONCTRLA_SetImageData2 = ICONA_Dummy + 30; |
Per Icon Option for IconControlA() Set the image data to be used for a palette mapped icon image, in this case the alternate icon image (icon->do_Gadget.SelectRender). There must be exactly as many bytes of image data as the image width multiplied by its height requires. To drop the palette mapped image data associated with the alternate image of an icon, use "ICONCTRLA_SetImageData1,nil".
|
Tag for IconControlA(), Get Image 1 data; one by per pixel (PPBYTE) |
|
|
Tag for IconControlA(), Set Image 1 data; one by per pixel (PBYTE) |
|
|
Tag for IconControlA(), Get Image 2 data; one by per pixel (PPBYTE) |