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

tAppIconRenderMsg

The message your AppIcon rendering hook gets invoked with.

Declaration

Source position: workbench.pas line 596

type tAppIconRenderMsg = record

  arm_RastPort: pRastPort;

  

RastPort to render into

  arm_Icon: pDiskObject;

  

The icon to be rendered

  arm_Label: PChar;

  

The icon label txt

  arm_Tags: pTagItem;

  

urther tags to be passed on to DrawIconStateA().

  arm_Left: Word;

  

Rendering origin, not taking the

  arm_Top: Word;

  

button border into account.

  arm_Width: Word;

  

Limit your rendering to

  arm_Height: Word;

  

this area.

  arm_State: LongWord;

  

State of Icon (IDS_*)

end;


Documentation generated on: 2021-07-30