2006-09-29 00:41:30 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2006-09-30 03:29:21 +00:00
|
|
|
"createClassFiles:",
|
2006-09-29 00:41:30 +00:00
|
|
|
"createSubclass:",
|
2006-09-30 03:29:21 +00:00
|
|
|
"instantiateClass:",
|
2006-09-29 00:41:30 +00:00
|
|
|
"loadClass:",
|
2006-09-30 03:29:21 +00:00
|
|
|
"remove:",
|
2006-09-29 00:41:30 +00:00
|
|
|
"selectArchiveType:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GSNibContainer = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormDocument = {
|
|
|
|
Actions = (
|
|
|
|
"createSubclass:",
|
|
|
|
"loadClass:",
|
2006-09-30 03:29:21 +00:00
|
|
|
"createClassFiles:",
|
|
|
|
"instantiateClass:",
|
|
|
|
"remove:"
|
2006-09-29 00:41:30 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
selectionBox,
|
|
|
|
filePrefsView,
|
|
|
|
filePrefsManager,
|
2006-10-04 04:16:47 +00:00
|
|
|
filePrefsWindow
|
2006-09-29 00:41:30 +00:00
|
|
|
);
|
|
|
|
Super = NSDocument;
|
|
|
|
};
|
2008-04-24 04:55:40 +00:00
|
|
|
GormDocumentWindow = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSWindow;
|
|
|
|
};
|
2006-09-29 00:41:30 +00:00
|
|
|
GormFilePrefsManager = {
|
|
|
|
Actions = (
|
|
|
|
"showIncompatibilities:",
|
|
|
|
"selectTargetVersion:",
|
|
|
|
"selectArchiveType:"
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
showIncompatibilities,
|
|
|
|
targetVersion,
|
|
|
|
gormAppVersion,
|
|
|
|
archiveType,
|
|
|
|
iwindow,
|
2006-10-04 04:16:47 +00:00
|
|
|
itable,
|
|
|
|
fileType
|
2006-09-29 00:41:30 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|