home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 124 / af124a.adf / af124a.lzx / WBStartup+V2.8 / Source / WBStartup+Prefs / CopyWindow.h < prev    next >
Text File  |  1999-03-29  |  567b  |  21 lines

  1. /*******************************************/
  2. /* flags returned and sent to CopyWindow() */
  3. /*******************************************/
  4. /* if WBSP_MOVE bit is set, then it means move, etc. */
  5. #define WBSP_CANCEL  0x00000001
  6. #define WBSP_MOVE    0x00000002
  7. #define WBSP_ENABLED 0x00000004
  8.  
  9.  
  10.  
  11. /**************************************/
  12. /* GadgetID's for copy window gadgets */
  13. /**************************************/
  14. #define COPYGAD_ENABLED 0
  15. #define COPYGAD_COPY    1
  16. #define COPYGAD_OK      2
  17. #define COPYGAD_CANCEL  3
  18.  
  19.  
  20. int CopyWindow(UWORD x, UWORD y, int flags);
  21.