This is Searcher.m in view mode; [Download] [Up]
/* The code of this example is not covered by the FindPanel license.
* You may freely copy, distribute, and reuse the code in this example.
* The author disclaims any warranty of any kind, expressed or implied,
* as to its fitness for any particular use.
*
* Created by Christopher J. Kane
* Version: 1.0 (15 August 1993)
*/
#import "Searcher.h"
#import "FindPanelClass.h"
#import "FindPanel.h"
@implementation Searcher
- switchClick:sender
{
[[NXApp findPanelClass] setReplacementEnabled:[sender state]];
return self;
}
- enablePbClick:sender
{
[[NXApp findPanelClass] setFindPbEnabled:[sender state]];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.