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

TExtGadget

Declaration

Source position: intuition.pas line 169

type TExtGadget = record

  NextGadget: PExtGadget;

  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;

  MoreFlags: LongWord;

  BoundsLeftEdge: SmallInt;

  BoundsTopEdge: SmallInt;

  BoundsWidth: SmallInt;

  BoundsHeight: SmallInt;

end;


Documentation generated on: 2023-03-18