Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/BootSetupController.mm

1//
2// PartitionsSetupController.mm
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/22/10.
6//
7
8#import "BootSetupController.h"
9
10
11@implementation BootSetupController
12
13
14// TODO implement a smart & reusable option modification, able by all controllers
15// these pair of methods in each controller should all rely on a single external class instance (singleton)
16// that would implement in an opaque way the options streaming between the panels and the pref. file
17
18-(IBAction) onCheckButtonChange: (id) sender
19{
20
21}
22
23-(IBAction) onTextFiedChange: (id) sender
24{
25
26}
27
28@end
29

Archive Download this file

Revision: 37