home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / rom / intuition / boolgadgets.h < prev    next >
C/C++ Source or Header  |  1997-01-09  |  522b  |  22 lines

  1. #ifndef _BOOLGADGETS_H_
  2. #define _BOOLGADGETS_H_
  3. /*
  4.     (C) 1995-96 AROS - The Amiga Replacement OS
  5.     $Id: boolgadgets.h,v 1.1 1996/10/10 13:09:42 digulla Exp $
  6.  
  7.     Desc: Routines for BOOL Gadgets
  8.     Lang: english
  9. */
  10. #ifndef INTUITION_INTUITION_H
  11. #   include <intuition/intuition.h>
  12. #endif
  13. #ifndef INTUITION_INTUITIONBASE_H
  14. #   include <intuition/intuitionbase.h>
  15. #endif
  16.  
  17. void RefreshBoolGadget (struct Gadget * gadget, struct Window * window,
  18.         struct IntuitionBase * IntuitionBase);
  19.  
  20. #endif /* _BOOLGADGETS_H_ */
  21.  
  22.