|
|
1.1 ! root 1: /* ! 2: QueryFieldEditor.h - Copyright (c) 1992 NeXT Computer, Inc. ! 3: ! 4: You may freely copy, distribute and reuse the code in this example. ! 5: NeXT Computer, Inc. disclaims any warranty of any kind, expressed or implied, ! 6: as to its fitness for any particular use. ! 7: */ ! 8: ! 9: #import <appkit/appkit.h> ! 10: #import <btree/protocols.h> ! 11: ! 12: @interface QueryFieldEditor: Text ! 13: { ! 14: id <IXCursorPositioning> cursor; ! 15: } ! 16: ! 17: - setCursor:(id <IXCursorPositioning>)aCursor; ! 18: - initFrame:(NXRect *)frameRect text:(char *)theText alignment:(int)mode; ! 19: - keyDown:(NXEvent *)theEvent; ! 20: ! 21: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.