home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- #include <intuition/intuition.h>
- #include <graphics/gfxmacros.h>
- #include <libraries/multireq.h>
-
- #include <clib/multireq_protos.h>
- #include <pragmas/multireq_lib.h>
-
-
- /* the GadgetIDs */
-
- #define ID_FILEREQ 1
- #define ID_FILE 2
-
- #define ID_AUTO1 5
- #define ID_AUTO2 6
- #define ID_DRAWER1 7
- #define ID_DRAWER2 8
- #define ID_CURRENT1 9
- #define ID_CURRENT2 10
-
- #define ID_SHOW 20
- #define ID_HIDE 21
- #define ID_INFO 22
-
- #define ID_LEFTEDGE 25
- #define ID_TOPEDGE 26
- #define ID_DIRECTORY 27
-
- #define ID_SCREEN 30
- #define ID_SCRMODE 31
- #define ID_TITLE 32
- #define ID_OKTEXT 33
-