home *** CD-ROM | disk | FTP | other *** search
- /*******************************************/
- /* flags returned and sent to CopyWindow() */
- /*******************************************/
- /* if WBSP_MOVE bit is set, then it means move, etc. */
- #define WBSP_CANCEL 0x00000001
- #define WBSP_MOVE 0x00000002
- #define WBSP_ENABLED 0x00000004
-
-
-
- /**************************************/
- /* GadgetID's for copy window gadgets */
- /**************************************/
- #define COPYGAD_ENABLED 0
- #define COPYGAD_COPY 1
- #define COPYGAD_OK 2
- #define COPYGAD_CANCEL 3
-
-
- int CopyWindow(UWORD x, UWORD y, int flags);
-