home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / 2D_3D / Tester3D / Source / TesterApp.h < prev    next >
Encoding:
Text File  |  1990-07-07  |  197 b   |  16 lines

  1. /* TesterApp.h */
  2.  
  3. #import <appkit/Application.h>
  4.  
  5. @interface TesterApp:Application
  6. {
  7.     id    theContext;
  8. }
  9.  
  10. - setTheContext:anObject;
  11. - rotateCubes:sender;
  12. - closer:sender;
  13. - farther:sender;
  14.  
  15. @end
  16.