classes.nib 1.22 KB
Newer Older
1 2 3
{
    IBClasses = (
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4
        {CLASS = NSObject; LANGUAGE = ObjC; }, 
5 6 7 8 9 10 11 12 13 14 15
        {
            CLASS = NSPreferencePane; 
            LANGUAGE = ObjC; 
            OUTLETS = {
                "_firstKeyView" = id; 
                "_initialKeyView" = id; 
                "_lastKeyView" = id; 
                "_window" = id; 
            }; 
            SUPERCLASS = NSObject; 
        }, 
16
        {CLASS = SFAuthorizationView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
17 18
        {CLASS = WilfireStartStop; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
        {
19
            ACTIONS = {openAdminInterface = id; toggleAutoStart = id; toggleServer = id; }; 
20 21 22
            CLASS = wildfirePrefPane; 
            LANGUAGE = ObjC; 
            OUTLETS = {
23
                authView = SFAuthorizationView; 
24 25 26 27 28 29 30 31 32 33 34 35
                autoStartCheckbox = NSButton; 
                startButton = NSButton; 
                statusDescription = NSTextField; 
                statusMessage = NSTextField; 
                statusProgress = NSProgressIndicator; 
                viewAdminButton = NSButton; 
            }; 
            SUPERCLASS = NSPreferencePane; 
        }
    ); 
    IBVersion = 1; 
}