Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/BootSetupController.h

1//
2// PartitionsSetupController.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/22/10.
6//
7
8#import <Cocoa/Cocoa.h>
9
10
11// TabView subpane controller definition
12@interface BootSetupController : NSObject {
13
14// TODO move swap hds and freeze buttons to this class
15
16IBOutlet NSButton*mDefaultPartition;
17IBOutlet NSTextField*mDefaultPartitionText;
18
19IBOutlet NSButton*mHidePartition;
20IBOutlet NSTextField*mHidePartitionText;
21
22IBOutlet NSButton*mRenamePartition;
23IBOutlet NSTextField*mRenamePartitionText;
24
25}
26
27-(IBAction) onCheckButtonChange: (id) sender;
28-(IBAction) onTextFiedChange: (id) sender;
29-(void) loadOptionsFromPreferencesFile;
30
31@end
32

Archive Download this file

Revision: 38