home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / intuition / cghooks.e next >
Text File  |  1995-07-05  |  533b  |  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.