home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Puppeteer1.1 / Source / RemoteView.h < prev    next >
Encoding:
Text File  |  1994-03-23  |  287 b   |  21 lines

  1. /*
  2.  * Puppeteer 1.1
  3.  *
  4.  * Copyright (c) 1994 Primitive Software Ltd.  All rights reserved.
  5.  *
  6.  * Author: Dave Griffiths <dave@prim.demon.co.uk>
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. @interface RemoteView:View
  12. {
  13.     id    image;
  14.     id    puppetWindow;
  15. }
  16.  
  17. - setImage:theImage;
  18. - setWindow:theWindow;
  19.  
  20. @end
  21.