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

TExtGadget

Extended Gadget structure

Declaration

Source position: intuition.pas line 445

type TExtGadget = record

  NextGadget: PExtGadget;

  

  LeftEdge: SmallInt;

  

  TopEdge: SmallInt;

  

  Width: SmallInt;

  

  Height: SmallInt;

  

  Flags: Word;

  

  Activation: Word;

  

  GadgetType: Word;

  

  GadgetRender: Pointer;

  

  SelectRender: Pointer;

  

  GadgetText: PIntuiText;

  

  MutualExclude: LongInt;

  

  SpecialInfo: Pointer;

  

  GadgetID: Word;

  

  UserData: Pointer;

  

  MoreFlags: LongWord;

  

Additional flags (GMORE_*)

  BoundsLeftEdge: SmallInt;

  

Bounding extent for gadget, valid

  BoundsTopEdge: SmallInt;

  

only if GMORE_BOUNDS is set. The

  BoundsWidth: SmallInt;

  

GFLG_RELxxx flags affect these

  BoundsHeight: SmallInt;

  

coordinates as well.

end;

Description

Check TGadget for the meaning for the first fields.

See also

TGadget

  

Structure to describe a Gadget

GFLG_EXTENDED

  

Flag for TGadget.SpecialInfo. Gadget is an PExtGadget


Documentation generated on: 2021-07-30