mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21446 72102866-910b-0410-8b05-ffd578937521
66 lines
No EOL
1.3 KiB
Text
66 lines
No EOL
1.3 KiB
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"arrangeSelectedObjects:",
|
|
"exportStrings:",
|
|
"alignSelectedObjects:",
|
|
"orderFrontFontPanel:",
|
|
"translate:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
Gorm = {
|
|
Actions = (
|
|
"editClass:",
|
|
"createSubclass:",
|
|
"testInterface:",
|
|
"setName:",
|
|
"selectAllItems:",
|
|
"saveAs:",
|
|
"saveAll:",
|
|
"save:",
|
|
"revertToSaved:",
|
|
"paste:",
|
|
"palettes:",
|
|
"open:",
|
|
"loadSound:",
|
|
"loadPalette:",
|
|
"newGormDocument:",
|
|
"inspector:",
|
|
"infoPanel:",
|
|
"endTesting:",
|
|
"delete:",
|
|
"cut:",
|
|
"copy:",
|
|
"newPalette:",
|
|
"newInspector:",
|
|
"newEmpty:",
|
|
"close:",
|
|
"miniaturize:",
|
|
"debug:",
|
|
"loadImage:",
|
|
"orderFrontFontPanel:",
|
|
"ungroup:",
|
|
"groupSelectionInScrollView:",
|
|
"groupSelectionInBox:",
|
|
"groupSelectionInSplitView:",
|
|
"remove:",
|
|
"addAttributeToClass:",
|
|
"instantiateClass:",
|
|
"createClassFiles:",
|
|
"loadClass:",
|
|
"preferencesPanel:",
|
|
"guideline:",
|
|
"translate:",
|
|
"exportStrings:",
|
|
"arrangeSelectedObjects:",
|
|
"alignSelectedObjects:"
|
|
);
|
|
Outlets = (
|
|
gormMenu,
|
|
guideLineMenuItem
|
|
);
|
|
Super = NSApplication;
|
|
};
|
|
} |