Pointer to Draw info structure
Source position: intuition.pas line 1857
type pDrawInfo = ^tDrawInfo; |
|
The TGadgetInfo structure contains information about the display on which the gadget needs to render itself |
|
|
GadgetClass Tag. [I..] (PDrawInfo) Some gadgets need a DrawInfo structure to be able to perform correct rendering. |
|
|
Message argument for IM_FRAMEBOX |
|
|
Message argument for IM_DRAW or IM_DRAWFRAME |
|
|
Draw an (extended) Intuition Image with special visual state. |
|
|
Finish using a DrawInfo structure. |
|
|
Get pointer to rendering information. |