40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = CDControl; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
CLASS = CDInputboxControl;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {textField = NSTextField; };
|
|
SUPERCLASS = CDThreeButtonControl;
|
|
},
|
|
{
|
|
ACTIONS = {button1Pressed = id; button2Pressed = id; button3Pressed = id; };
|
|
CLASS = CDTextboxControl;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
button1 = NSButton;
|
|
button2 = NSButton;
|
|
button3 = NSButton;
|
|
label = NSTextField;
|
|
panel = NSPanel;
|
|
textView = NSTextView;
|
|
};
|
|
SUPERCLASS = CDControl;
|
|
},
|
|
{
|
|
ACTIONS = {button1Pressed = id; button2Pressed = id; button3Pressed = id; timeout = id; };
|
|
CLASS = CDThreeButtonControl;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
button1 = NSButton;
|
|
button2 = NSButton;
|
|
button3 = NSButton;
|
|
expandingLabel = NSTextField;
|
|
panel = NSPanel;
|
|
};
|
|
SUPERCLASS = CDControl;
|
|
},
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
);
|
|
IBVersion = 1;
|
|
} |