mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
26 lines
812 B
Text
26 lines
812 B
Text
|
|
{
|
||
|
|
IBClasses = (
|
||
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||
|
|
{
|
||
|
|
ACTIONS = {cancel = id; };
|
||
|
|
CLASS = ScriptExecController;
|
||
|
|
LANGUAGE = ObjC;
|
||
|
|
OUTLETS = {
|
||
|
|
aboutMenuItem = id;
|
||
|
|
applicationMenu = id;
|
||
|
|
cancelButton = id;
|
||
|
|
hideMenuItem = id;
|
||
|
|
messageTextField = id;
|
||
|
|
progressBar = id;
|
||
|
|
progressWindow = id;
|
||
|
|
quitMenuItem = id;
|
||
|
|
textOutputCancelButton = id;
|
||
|
|
textOutputProgressIndicator = id;
|
||
|
|
textOutputTextField = id;
|
||
|
|
textOutputWindow = id;
|
||
|
|
};
|
||
|
|
SUPERCLASS = NSObject;
|
||
|
|
}
|
||
|
|
);
|
||
|
|
IBVersion = 1;
|
||
|
|
}
|