Source position: workbench.pas line 231
type TIconSelectMsg = record |
ism_Length: LongWord; |
ism_Drawer: BPTR; |
ism_Name: STRPTR; |
ism_type: Word; |
ism_Selected: WordBool; |
ism_Tags: PTagItem; |
ism_DrawerWindow: PWindow; |
ism_ParentWindow: PWindow; |
ism_Left: SmallInt; |
ism_Top: SmallInt; |
ism_Width: SmallInt; |
ism_Height: SmallInt; |
end; |