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

tExtGadget

Declaration

Source position: intuition.pas line 264

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: ULONG;

  BoundsLeftEdge: SmallInt;

  BoundsTopEdge: SmallInt;

  BoundsWidth: SmallInt;

  BoundsHeight: SmallInt;

end;


Documentation generated on: 2023-03-18