clips-sys 0.3.0

Bindgen generated wrapper for CLIPS (clipsrules.net)
Documentation
//
//  ModuleArrayController.h
//  CLIPS
//
//  Created by Gary Riley on 3/21/07.
//

#import <Cocoa/Cocoa.h>

@interface ModuleArrayController : NSArrayController 
  {
   NSInteger moduleIndex;
   NSString *searchString;
  }

- (void)                         setModuleIndex: (NSInteger) theModule;
- (NSInteger)                    moduleIndex;
- (IBAction)                     search: (id) sender;
- (void)                         setSearchString: (NSString *) string;
@end