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