diff options
Diffstat (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/Bladesio1/macsrc/PluginConfigController.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h new file mode 100755 index 00000000..b7f6fafb --- /dev/null +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.h @@ -0,0 +1,18 @@ +#define PluginConfigController DFCdromPluginConfigController + +#import <Cocoa/Cocoa.h> + +@interface PluginConfigController : NSWindowController +{ + IBOutlet NSControl *Cached; + IBOutlet NSSlider *CacheSize; + IBOutlet NSPopUpButton *CdSpeed; + + NSMutableDictionary *keyValues; +} +- (IBAction)cancel:(id)sender; +- (IBAction)ok:(id)sender; + +- (void)loadValues; + +@end |
