Message parameter passed for GM_RENDER
Source position: intuition.pas line 2273
type TgpRender = record |
||
MethodID: LongWord; |
|
|
gpr_GInfo: PGadgetInfo; |
|
Gadget context |
gpr_RPort: PRastPort; |
|
all ready for use |
gpr_Redraw: LongInt; |
|
might be a "highlight pass" (GREDRAW_*) Not all of these values make sense for all gadgets. |
end; |
This method is invoked to draw the gadget into a rastport.