2008-01-04 01:18:30 +00:00
|
|
|
{
|
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2008-05-06 00:09:10 +00:00
|
|
|
"alignSelectedObjects:",
|
2008-01-04 01:18:30 +00:00
|
|
|
"arrangeSelectedObjects:",
|
|
|
|
"exportStrings:",
|
2008-05-06 00:09:10 +00:00
|
|
|
"newAction:",
|
2008-01-04 01:18:30 +00:00
|
|
|
"orderFrontFontPanel:",
|
|
|
|
"translate:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
Gorm = {
|
|
|
|
Actions = (
|
|
|
|
"editClass:",
|
|
|
|
"createSubclass:",
|
|
|
|
"testInterface:",
|
|
|
|
"setName:",
|
|
|
|
"selectAllItems:",
|
|
|
|
"paste:",
|
|
|
|
"palettes:",
|
|
|
|
"loadSound:",
|
|
|
|
"loadPalette:",
|
|
|
|
"inspector:",
|
|
|
|
"infoPanel:",
|
|
|
|
"endTesting:",
|
|
|
|
"delete:",
|
|
|
|
"cut:",
|
|
|
|
"copy:",
|
|
|
|
"close:",
|
|
|
|
"miniaturize:",
|
|
|
|
"debug:",
|
|
|
|
"loadImage:",
|
|
|
|
"orderFrontFontPanel:",
|
|
|
|
"ungroup:",
|
|
|
|
"groupSelectionInScrollView:",
|
|
|
|
"groupSelectionInBox:",
|
|
|
|
"groupSelectionInSplitView:",
|
|
|
|
"remove:",
|
|
|
|
"addAttributeToClass:",
|
|
|
|
"instantiateClass:",
|
|
|
|
"createClassFiles:",
|
|
|
|
"loadClass:",
|
|
|
|
"preferencesPanel:",
|
2008-05-06 00:09:10 +00:00
|
|
|
"guideline:",
|
|
|
|
"print:"
|
2008-01-04 01:18:30 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
gormMenu,
|
|
|
|
guideLineMenuItem
|
|
|
|
);
|
|
|
|
Super = NSApplication;
|
|
|
|
};
|
|
|
|
GormDocumentController = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSDocumentController;
|
|
|
|
};
|
|
|
|
}
|