home *** CD-ROM | disk | FTP | other *** search
- /* MiscCompletionText.h
- *
- * For details please read the Docu.
- *
- * Written by: Thomas Engel
- * Created: 23.10.1993 (Copyleft)
- * Last modified: 12.11.1994
- */
-
- #import <appkit/appkit.h>
-
- @interface MiscCompletionText : Text
-
- - keyDown:(NXEvent *)event;
-
- @end
-
- @interface Object(TextCompletionDelegate)
-
- - textShouldPerformCompletion:sender;
-
- @end
-
- /*
- * History: 13.01.95 Buh
- *
- *
- * Bugs: - ...
- */