2003-01-01 17:50:17 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-01-01 17:50:17 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2005-06-11 18:06:43 +00:00
|
|
|
"exportStrings:",
|
|
|
|
"orderFrontFontPanel:",
|
|
|
|
"translate:"
|
2003-01-01 17:50:17 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
Gorm = {
|
|
|
|
Actions = (
|
|
|
|
"editClass:",
|
|
|
|
"instantiateSubclass:",
|
|
|
|
"createSubclass:",
|
|
|
|
"testInterface:",
|
|
|
|
"setName:",
|
|
|
|
"selectAllItems:",
|
|
|
|
"saveAs:",
|
|
|
|
"saveAll:",
|
|
|
|
"save:",
|
|
|
|
"revertToSaved:",
|
|
|
|
"paste:",
|
|
|
|
"palettes:",
|
|
|
|
"open:",
|
|
|
|
"loadSound:",
|
|
|
|
"loadPalette:",
|
2003-05-24 11:10:05 +00:00
|
|
|
"newGormDocument:",
|
2003-01-01 17:50:17 +00:00
|
|
|
"inspector:",
|
|
|
|
"infoPanel:",
|
|
|
|
"endTesting:",
|
|
|
|
"delete:",
|
|
|
|
"cut:",
|
|
|
|
"copy:",
|
|
|
|
"newPalette:",
|
|
|
|
"newInspector:",
|
|
|
|
"newEmpty:",
|
|
|
|
"close:",
|
|
|
|
"miniaturize:",
|
|
|
|
"debug:",
|
|
|
|
"loadImage:",
|
|
|
|
"orderFrontFontPanel:",
|
|
|
|
"ungroup:",
|
|
|
|
"groupSelectionInScrollView:",
|
|
|
|
"groupSelectionInBox:",
|
|
|
|
"groupSelectionInSplitView:",
|
|
|
|
"remove:",
|
|
|
|
"addAttributeToClass:",
|
|
|
|
"instantiateClass:",
|
|
|
|
"createClassFiles:",
|
2003-01-02 06:17:15 +00:00
|
|
|
"loadClass:",
|
2003-05-20 03:57:37 +00:00
|
|
|
"preferencesPanel:",
|
2005-06-10 11:43:51 +00:00
|
|
|
"guideline:",
|
2005-06-11 18:06:43 +00:00
|
|
|
"translate:",
|
|
|
|
"exportStrings:"
|
2003-01-01 17:50:17 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
2003-05-20 03:57:37 +00:00
|
|
|
gormMenu,
|
|
|
|
guideLineMenuItem
|
2003-01-01 17:50:17 +00:00
|
|
|
);
|
|
|
|
Super = NSApplication;
|
|
|
|
};
|
|
|
|
}
|