home *** CD-ROM | disk | FTP | other *** search
- #import <objc/Object.h>
-
- typedef enum _FindDirection {FindForward, FindBackward} FindDirection;
-
- @interface !0tPanel: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
-