home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 377a.lha / libraries / intuition / sysgads.h < prev   
Text File  |  1980-02-04  |  2KB  |  33 lines

  1.  
  2. /* sysgads.h -- These are, respectively,the sum of the widths of the */
  3. /*               close gadget and depth arrangement gadgets; and the */
  4. /*               sum of the heights of the sizing gadget and the     */
  5. /*               depth arrangement gadgets. These values are merely  */
  6. /*               advisory, since the height depends on the font      */
  7. /*               height, and the width depends on the screen width.  */
  8.  
  9. /* Copyright (c) 1990 Commodore-Amiga, Inc.
  10.  *
  11.  * This example is provided in electronic form by Commodore-Amiga, Inc. for
  12.  * use with the 1.3 revisions of the Addison-Wesley Amiga reference manuals. 
  13.  * The 1.3 Addison-Wesley Amiga Reference Manual series contains additional
  14.  * information on the correct usage of the techniques and operating system
  15.  * functions presented in this example.  The source and executable code of
  16.  * this example may only be distributed in free electronic form, via bulletin
  17.  * board or as part of a fully non-commercial and freely redistributable
  18.  * diskette.  Both the source and executable code (including comments) must
  19.  * be included, without modification, in any copy.  This example may not be
  20.  * published in printed form or distributed with any commercial product.
  21.  * However, the programming techniques and support routines set forth in
  22.  * this example may be used in the development of original executable
  23.  * software products for Commodore Amiga computers.
  24.  * All other rights reserved.
  25.  * This example is provided "as-is" and is subject to change; no warranties
  26.  * are made.  All use is at your own risk.  No liability or responsibility
  27.  * is assumed.
  28.  */
  29.  
  30. #define SYSGADSWIDTH 80
  31. #define SYSGADSHEIGHT 19
  32.  
  33.