home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / ModulesSrc / intuition / cghooks.e next >
Encoding:
Text File  |  1996-08-29  |  533 b   |  30 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. OPT PREPROCESS
  5.  
  6. MODULE 'graphics/clip',
  7.        'graphics/rastport',
  8.        'intuition/intuition',
  9.        'intuition/screens'
  10.  
  11. #define CUSTOM_HOOK(g) (g::gadget.mutualexclude)
  12.  
  13. OBJECT gadgetinfo
  14.   screen:PTR TO screen
  15.   window:PTR TO window
  16.   requester:PTR TO requester
  17.   rastport:PTR TO rastport
  18.   layer:PTR TO layer
  19.   domain:ibox
  20.   detailpen:CHAR
  21.   blockpen:CHAR
  22.   drinfo:PTR TO drawinfo
  23. ENDOBJECT     /* SIZEOF=NONE !!! */
  24.  
  25. -> Um, this object was missing
  26. OBJECT pgx
  27.   container:ibox
  28.   newknob:ibox
  29. ENDOBJECT
  30.