2003-05-13 04:10:12 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-05-13 04:10:12 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2005-05-21 15:10:14 +00:00
|
|
|
"archiveAction:",
|
|
|
|
"classesAction:",
|
2008-01-01 02:24:35 +00:00
|
|
|
"consistencyAction:",
|
2005-05-21 15:10:14 +00:00
|
|
|
"orderFrontFontPanel:"
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormGeneralPref = {
|
|
|
|
Actions = (
|
|
|
|
"palettesAction:",
|
|
|
|
"inspectorAction:",
|
2004-02-21 18:48:48 +00:00
|
|
|
"backupAction:",
|
2005-05-21 15:10:14 +00:00
|
|
|
"archiveAction:",
|
2008-01-01 02:24:35 +00:00
|
|
|
"classesAction:",
|
|
|
|
"consistencyAction:"
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
window,
|
|
|
|
palettesButton,
|
|
|
|
inspectorButton,
|
2004-02-21 18:48:48 +00:00
|
|
|
backupButton,
|
2005-05-21 15:10:14 +00:00
|
|
|
archiveMatrix,
|
2008-01-01 02:24:35 +00:00
|
|
|
interfaceMatrix,
|
|
|
|
checkConsistency
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|