Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

GFLG_IMAGEDISABLE

Flag for TGadget.SpecialInfo. Gadget's image knows how to do disabled rendering

Declaration

Source position: intuition.pas line 245

const GFLG_IMAGEDISABLE = $0800;

Description

This flag is automatically set if the custom image of this gadget knows how to do disabled rendering (more specifically, if its IA_SupportsDisable attribute is True). Intuition uses this to defer the ghosting to the image-class, instead of doing it itself (the old compatible way). Do not set this flag yourself - Intuition will do it for you.


Documentation generated on: 2021-07-30