home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
System
/
WBStartup+
/
Source
/
WBStartup+Prefs
/
CopyWindow.h
< prev
next >
Wrap
Text File
|
1998-10-26
|
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);