Message parameter passed for GM_RENDER
Source position: intuition.pas line 3277
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.