home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / GEM.ZOO / gemfeedb.h < prev    next >
C/C++ Source or Header  |  1992-04-26  |  485b  |  16 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  Communication units for GEM objects/forms/etc.
  4. //
  5. //  This file is Copyright 1992 by Warwick W. Allison,
  6. //  and is freely distributable providing no charge is made.
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9.  
  10. #ifndef GEMFeedback_h
  11. #define GEMFeedback_h
  12.  
  13. enum ClickResult { EndInteraction, ContinueInteraction, RedrawMe, RedrawMyParent };
  14.  
  15. #endif
  16.