2002-07-29 21:36:35 +00:00
|
|
|
{
|
|
|
|
IBClasses = (
|
|
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
|
|
{
|
2003-02-17 15:40:00 +00:00
|
|
|
ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
2002-07-29 21:36:35 +00:00
|
|
|
CLASS = MyDocument;
|
|
|
|
LANGUAGE = ObjC;
|
|
|
|
OUTLETS = {
|
|
|
|
commandline = NSTextField;
|
|
|
|
debug = NSButton;
|
2003-02-17 15:40:00 +00:00
|
|
|
honourhashbang = NSButton;
|
2002-07-29 21:36:35 +00:00
|
|
|
inspect = NSButton;
|
|
|
|
interpreter = NSTextField;
|
|
|
|
nosite = NSButton;
|
|
|
|
optimize = NSButton;
|
|
|
|
others = NSTextField;
|
2003-06-20 22:21:03 +00:00
|
|
|
scriptargs = NSTextField;
|
2002-07-29 21:36:35 +00:00
|
|
|
tabs = NSButton;
|
|
|
|
verbose = NSButton;
|
2003-02-17 15:40:00 +00:00
|
|
|
"with_terminal" = NSButton;
|
2002-07-29 21:36:35 +00:00
|
|
|
};
|
|
|
|
SUPERCLASS = NSDocument;
|
|
|
|
}
|
|
|
|
);
|
|
|
|
IBVersion = 1;
|
|
|
|
}
|