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

GFLG_EXTENDED

Flag for TGadget.SpecialInfo. Gadget is an PExtGadget

Declaration

Source position: intuition.pas line 219

const GFLG_EXTENDED = 1 shl 15;

Description

If set, this bit means that the Gadget is actually a PExtGadget, with new fields and flags. All boopsi gadgets are PExtGadget. Never ever attempt to read the extended fields of a gadget if this flag is not set.


Documentation generated on: 2017-01-10