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

TgpRender

Message parameter passed for GM_RENDER

Declaration

Source position: intuition.pas line 2273

type TgpRender = record

  MethodID: LongWord;

  

GM_RENDER

  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;

Description

This method is invoked to draw the gadget into a rastport.


Documentation generated on: 2021-07-30