home *** CD-ROM | disk | FTP | other *** search
- type
- Message_t=unknown20;
-
- type
- IntuiMessage_t=struct{
- Message_tim_ExecMessage;
-
- ulongim_Class;
-
- uintim_Code;
-
- uintim_Qualifier;
-
- *byteim_IAddress;
-
- intim_MouseX,im_MouseY;
-
- ulongim_Seconds,im_Micros;
-
- *Window_tim_IDCMPWindow;
-
- *IntuiMessage_tim_SpecialLink;
- };
-
- ulong
- SIZEVERIFY=0x00000001,
- NEWSIZE=0x00000002,
- REFRESHWINDOW=0x00000004,
- MOUSEBUTTONS=0x00000008,
- MOUSEMOVE=0x00000010,
- GADGETDOWN=0x00000020,
- GADGETUP=0x00000040,
- REQSET=0x00000080,
- MENUPICK=0x00000100,
- CLOSEWINDOW
=0x00000200,
- RAWKEY=0x00000400,
- REQVERIFY=0x00000800,
- REQCLEAR=0x00001000,
- MENUVERIFY=0x00002000,
- NEWPREFS=0x00004000,
- DISKINSERTED=0x00008000,
- DISKREMOVED
=0x00010000,
- WBENCHMESSAGE=0x00020000,
- ACTIVEWINDOW=0x00040000,
- INACTIVEWINDOW=0x00080000,
- DELTAMOVE=0x00100000,
- VANILLAKEYS
=0x00200000,
- INTUITICKS=0x00400000,
-
- LONELYMESSAGE=0x80000000;
-
- uint
- MENUHOT=0x0001,
- MENUCANCEL=0x0002,
- MENUWAITING
=0x0003,
-
- OKOK=MENUHOT,
- OKABORT=0x0004,
- OKCANCEL=MENUCANCEL;
-
- uint
- WBENCHOPEN=0x0001,
- WBENCHCLOSE
=0x0002;
-