home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
boot
/
wbstartup+v2.8
/
source
/
wbstartup+prefs
/
copywindow.h
< prev
next >
Wrap
Text File
|
1995-11-01
|
567b
|
21 lines
/*******************************************/
/* 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);