home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.1 / Libraries / Intuition / other_examples / CustGad / README < prev    next >
Encoding:
Text File  |  1992-09-01  |  583 b   |  18 lines

  1.  
  2.  
  3.     This directory contains an example of a Custom Gadget implementation.
  4.  
  5.     A future example will demonstrate how to create a private or public
  6.     custom gadget class, which is more powerful and takes less work
  7.     to implement and to use.
  8.  
  9.     This program demonstrates the primitive "gadget specific" aspects
  10.     of a custom gadget class.
  11.  
  12.     Note that the include file <intuition/gadclass.h> is used to define
  13.     gadget functions and parameter packet structures.  This is because
  14.     custom gadget classes are sort of a superset of the operations
  15.     demonstrated here.
  16.  
  17.  
  18.