Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TAppIconRenderMsg

The message your AppIcon rendering hook gets invoked with.

Declaration

Source position: workbench.pas line 193

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: SmallInt;

  

Rendering origin, not taking the

  arm_Top: SmallInt;

  

button border into account.

  arm_Width: SmallInt;

  

Limit your rendering to

  arm_Height: SmallInt;

  

this area.

  arm_State: LongWord;

  

State of Icon (IDS_*)

end;


Documentation generated on: 2021-07-30