home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 22.mouseEvents / MyView.h < prev    next >
Encoding:
Text File  |  1993-01-19  |  227 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface MyView:View
  7. {
  8.     id    xForm;
  9.     id    yForm;
  10.     id  logText;
  11. }
  12.  
  13. - setXForm:anObject;
  14. - setYForm:anObject;
  15. - setLogText:anObject;
  16. - clearLog:sender;
  17.  
  18. @end
  19.