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