Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tIBox

A data structure common in Intuition processing

Declaration

Source position: intuition.pas line 1075

type tIBox = record

  Left: SmallInt;

  

  Top: SmallInt;

  

  Width: SmallInt;

  

  Height: SmallInt;

  

end;

Description

Describes a rectangle via a point with width and height

See also

GA_Bounds

  

GadgetClass Tag. [IS.] (PIBox) Bounds to be copied into the ExtGadget structure.

TimpFrameBox

  

Message argument for IM_FRAMEBOX

TGadgetInfo

  

The TGadgetInfo structure contains information about the display on which the gadget needs to render itself

TPGX

  

System private data structure for now prop gadget extra info

TgpDomain

  

IM_BOX

  

Get Image bounding rectangle

GADGET_BOX

  

Get bounding box of a gadget


Documentation generated on: 2021-07-30