Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
MyApplication.h
// ====================================================================================================================== |
// MyApplication.h |
// ====================================================================================================================== |
#import <Cocoa/Cocoa.h> |
@interface MyApplication : NSApplication |
{ |
IBOutlet NSPanel *_findPanel; |
IBOutlet NSTextField *_findPanelSearchField; |
IBOutlet NSButton *_ignoreCaseCheckbox; |
} |
- (int) findOptions; |
- (void) findNext: (id) sender; |
- (void) findNextAndOrderOutFindPanel: (id) sender; |
- (void) findPrevious: (id) sender; |
@end |
Copyright © 2005 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2005-08-10