Source position: workbench.pas line 326
type TAppIconRenderMsg = record |
arm_RastPort: PRastPort; |
arm_Icon: PDiskObject; |
arm_Label: STRPTR; |
arm_Tags: PTagItem; |
arm_Left: SmallInt; |
arm_Top: SmallInt; |
arm_Width: SmallInt; |
arm_Height: SmallInt; |
arm_State: LongWord; |
end; |