Source position: intuition.pas line 547
type TIBox = record
Left: SmallInt;
Top: SmallInt;
Width: SmallInt;
Height: SmallInt;
end;