home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / TeX / tex / src / texview / TVWindow.h < prev    next >
Encoding:
Text File  |  1992-03-30  |  291 b   |  16 lines

  1.  
  2. /* generated by Interface Builder */
  3.  
  4. #import <appkit/Window.h>
  5.  
  6. @interface TVWindow:Window
  7. {
  8. }
  9.  
  10. + newContent:(const NXRect *)contentRect style:(int)aStyle
  11.        backing:(int)bufferingType buttonMask:(int)mask defer:(BOOL)flag ;
  12. - keyDown:(NXEvent *)theEvent;
  13. - appDidUnhide:sender;
  14.  
  15. @end
  16.