[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'icon' (#aros)

ICONPUTA_DropPlanarIconImage

Tag for PutIconTagList(), Do not store planar icon image (BOOL)

Declaration

Source position: icon.pas line 146

const ICONPUTA_DropPlanarIconImage = ICONA_Dummy + 56;

Description

If you decide that the palette mapped icon imagery is sufficient to represent an icon, you can tell icon.library not to store the original, planar icon image data with the icon file. To do this, set this tag to True. Instead of the planar icon images, a single default image will be stored. This can result in space savings but may not look too pretty. This tag defaults to False.


Documentation generated on: 2017-01-10