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 = (
|
|
|
|
"orderFrontFontPanel:",
|
2004-02-21 18:48:48 +00:00
|
|
|
"archiveAction:"
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormGeneralPref = {
|
|
|
|
Actions = (
|
|
|
|
"palettesAction:",
|
|
|
|
"inspectorAction:",
|
2004-02-21 18:48:48 +00:00
|
|
|
"backupAction:",
|
|
|
|
"archiveAction:"
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
window,
|
|
|
|
palettesButton,
|
|
|
|
inspectorButton,
|
2004-02-21 18:48:48 +00:00
|
|
|
backupButton,
|
|
|
|
archiveMatrix
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|