Source position: intuition.pas line 480
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; |