2006-09-04 18:06:23 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
|
|
|
{CLASS = FileDrawerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
|
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
2006-09-10 21:27:20 +00:00
|
|
|
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
|
|
|
{
|
|
|
|
ACTIONS = {
|
|
|
|
grabNextHotKey = id;
|
|
|
|
grabPlayHotKey = id;
|
|
|
|
grabPrevHotKey = id;
|
|
|
|
hotKeyChanged = id;
|
|
|
|
};
|
|
|
|
CLASS = HotKeyPane;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
|
|
|
nextHotKeyControl = HotKeyControl;
|
|
|
|
playHotKeyControl = HotKeyControl;
|
|
|
|
prevHotKeyControl = HotKeyControl;
|
|
|
|
};
|
|
|
|
SUPERCLASS = PreferencePane;
|
|
|
|
},
|
|
|
|
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
2006-09-04 18:06:23 +00:00
|
|
|
{
|
|
|
|
CLASS = PrefPaneController;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {fileDrawerPane = FileDrawerPane; hotKeyPane = HotKeyPane; };
|
|
|
|
SUPERCLASS = NSObject;
|
|
|
|
},
|
|
|
|
{
|
|
|
|
CLASS = PreferencePane;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {view = NSView; };
|
|
|
|
SUPERCLASS = NSObject;
|
|
|
|
}
|
|
|
|
);
|
|
|
|
IBVersion = 1;
|
|
|
|
}
|