The message your AppIcon rendering hook gets invoked with.
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; |