Source position: intuition.pas line 758
type TNewWindow = record |
LeftEdge: SmallInt; |
TopEdge: SmallInt; |
Width: SmallInt; |
Height: SmallInt; |
DetailPen: Byte; |
BlockPen: Byte; |
IDCMPFlags: LongWord; |
Flags: LongWord; |
FirstGadget: PGadget; |
CheckMark: PImage; |
Title: PChar; |
Screen: PScreen; |
BitMap: PBitMap; |
MinWidth: SmallInt; |
MinHeight: SmallInt; |
MaxWidth: Word; |
MaxHeight: Word; |
WType: Word; |
end; |