home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SQLExecutor / ScrollViewExtras.h < prev    next >
Encoding:
Text File  |  1994-09-03  |  376 b   |  17 lines

  1. /*
  2.  * ScrollViewExtras.h
  3.  */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. @interface ScrollView(ScrollViewExtras)
  8.  
  9. - sprintf:(const char *)format, ...; /* formats to the doc view of the scroll view */
  10. - vsprintf:(const char *)format arguments:(va_list)arguments;
  11.  
  12. - clear:sender; /* clears the doc view of the scroll view */
  13. - print:sender; /* prints the doc view of the scroll view */
  14.  
  15.  
  16. @end
  17.