home *** CD-ROM | disk | FTP | other *** search
-
- // NCCompletionWindow.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 NCCompletionWindow:NSWindow
- + (void)setCompletionKeyCode:(unsigned short)code modifierFlags:(unsigned int)flags;
- @end
-