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

ICONPUTA_OnlyUpdatePosition

Tag for PutIconTagList(), Write only new position. (Bool)

Declaration

Source position: icon.pas line 159

const ICONPUTA_OnlyUpdatePosition = ICONA_Dummy + 72;

Description

This tag can be used to reduce the overhead in updating icon information on disk if the only information changed is the icon position. For this case, you can set this tag to TRUE. The icon to be modified will have only its do_CurrentX/do_CurrentY member values changed, the remainer will stay unmodified. Please note that this tag only takes effect if the ICONPUTA_PutDefaultType and ICONPUTA_PutDefaultName tags are omitted.


Documentation generated on: 2017-01-10