home *** CD-ROM | disk | FTP | other *** search
- /*
- QueryFieldEditor.h - Copyright (c) 1992 NeXT Computer, Inc.
- */
-
- #import <appkit/appkit.h>
- #import <btree/protocols.h>
-
- @interface QueryFieldEditor: Text
- {
- id <IXCursorPositioning> cursor;
- }
-
- - setCursor:(id <IXCursorPositioning>)aCursor;
- - initFrame:(NXRect *)frameRect text:(char *)theText alignment:(int)mode;
- - keyDown:(NXEvent *)theEvent;
-
- @end