home *** CD-ROM | disk | FTP | other *** search
-
- // NCTextViewAdditions.h
- //
- // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
- // Copyright (c)1997
- //
- // This file is distributed under the terms of the
- // GNU General Public License.
-
- #import <AppKit/AppKit.h>
-
- @interface NSTextView (NCTextViewAdditions)
- - (void)completeUsingDictionary:(id)sender;
- @end
-