home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / SimpleRequest / req.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-05  |  294 b   |  10 lines

  1. /* Defines for the SimpleRequest() call. */
  2.  
  3.     /* This will grow (hopefully) */
  4.  
  5.  
  6. #define SR_NOCENTERTEXT     (1<<0)    /* Center banner text in the window */
  7. #define SR_NOCENTERWINDOW     (1<<1)    /* Center the window on the screen  */
  8.  
  9. #define SR_NODRAG        (1<<3)    /* No drag bar on the Req Window    */
  10.