home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / NCCompletionDictionary-2.6 / NCTextViewAdditions.h < prev    next >
Encoding:
Text File  |  1997-08-10  |  313 b   |  15 lines

  1.  
  2. // NCTextViewAdditions.h
  3. //
  4. // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
  5. // Copyright (c)1997
  6. //
  7. // This file is distributed under the terms of the
  8. // GNU General Public License.
  9.  
  10. #import <AppKit/AppKit.h>
  11.  
  12. @interface NSTextView (NCTextViewAdditions)
  13. - (void)completeUsingDictionary:(id)sender;
  14. @end
  15.