This is SFOFindPanel.h in view mode; [Download] [Up]
#import <objc/Object.h> typedef enum _FindDirection {FindForward, FindBackward} FindDirection; @interface SFOFindPanel : Object { id findText; id ignoreCaseButton; id findNextButton; } + sharedInstance; - (void)findIn:textObject direction:(FindDirection)dir; - (const char *)findString; - (void)setFindString:(const char *)string; - makeKeyAndOrderFront:sender; - orderOut:sender; - findNext:sender; - findPrevious:sender; - enterSelection:sender; - findNextReturn:sender; - firstResponderText; - (void)findDirection:(FindDirection)dir; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.