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

TRequester

Declaration

Source position: intuition.pas line 422

type TRequester = record

  OlderRequest: PRequester;

  LeftEdge: SmallInt;

  TopEdge: SmallInt;

  Width: SmallInt;

  Height: SmallInt;

  RelLeft: SmallInt;

  RelTop: SmallInt;

  ReqGadget: PGadget;

  ReqBorder: PBorder;

  ReqText: PIntuiText;

  Flags: Word;

  BackFill: Byte;

  ReqLayer: PLayer;

  ReqPad1: array [0..31] of Byte;

  ImageBMap: PBitMap;

  RWindow: PWindow;

  ReqImage: PImage;

  ReqPad2: array [0..31] of ShortInt;

end;


Documentation generated on: 2023-03-18