Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TGadget

Declaration

Source position: intuition.pas line 144

type TGadget = record

  NextGadget: PGadget;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  Flags: Word;

  Activation: Word;

  GadgetType: Word;

  GadgetRender: APTR;

  SelectRender: APTR;

  GadgetText: PIntuiText;

  MutualExclude: IPTR;

  SpecialInfo: APTR;

  GadgetID: Word;

  UserData: APTR;

end;


Documentation generated on: 2023-03-18