The message your AppIcon rendering hook gets invoked with.
Source position: workbench.pas line 326
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; |