Flag for TGadget.SpecialInfo. Gadget's image knows how to do disabled rendering
Source position: intuition.pas line 369
const GFLG_IMAGEDISABLE = $0800; |
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.