home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 14 / MA_Cover_14.iso / source / e / powerd / modules.lha / modules / intuition / cghooks.m < prev    next >
Encoding:
Text File  |  1999-06-23  |  366 b   |  20 lines

  1. MODULE    'intuition/intuition'
  2.  
  3. #define CUSTOM_HOOK(g) (g::Gadget.MutualExclude)
  4.  
  5. OBJECT GadgetInfo
  6.     Screen:PTR TO Screen,
  7.     Window:PTR TO Window,
  8.     Requester:PTR TO Requester,
  9.     RastPort:PTR TO RastPort,
  10.     Layer:PTR TO Layer,
  11.     DoMain:IBox,
  12.     DetailPen:CHAR,
  13.     BlockPen:CHAR,
  14.     DrInfo:PTR TO DrawInfo
  15.  
  16. // Um, this object was missing
  17. OBJECT PGX
  18.     Container:IBox,
  19.     NewKnob:IBox
  20.