A data structure common in Intuition processing
Source position: intuition.pas line 1075
type tIBox = record |
||
Left: SmallInt; |
|
|
Top: SmallInt; |
|
|
Width: SmallInt; |
|
|
Height: SmallInt; |
|
|
end; |
Describes a rectangle via a point with width and height
|
GadgetClass Tag. [IS.] (PIBox) Bounds to be copied into the ExtGadget structure. |
|
|
Message argument for IM_FRAMEBOX |
|
|
The TGadgetInfo structure contains information about the display on which the gadget needs to render itself |
|
|
System private data structure for now prop gadget extra info |
|
|
||
|
Get Image bounding rectangle |
|
|
Get bounding box of a gadget |