home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ADController.bproj / ADSlave.h < prev    next >
Encoding:
Text File  |  1996-04-07  |  204 b   |  16 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface ADSlave:Object
  4. {
  5.     id    adCtrl;
  6.     id    tvCtrl;
  7.     char    *directory;
  8. }
  9.  
  10. - init:sender with:controller dir:(const char *)path;
  11. - free;
  12. - donext: sender;
  13. - dostep: sender;
  14.  
  15. @end
  16.