mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
* GormCore/GormGenericEditor.h * GormCore/GormViewWithContentViewEditor.h * GormCore/GormViewWithContentViewEditor.m * Gorm.m: Beginning of implementation of groupSelectionInView: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@28618 72102866-910b-0410-8b05-ffd578937521
63 lines
No EOL
1.2 KiB
Text
63 lines
No EOL
1.2 KiB
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"alignSelectedObjects:",
|
|
"arrangeSelectedObjects:",
|
|
"exportStrings:",
|
|
"groupSelectionInView:",
|
|
"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:",
|
|
"guideline:",
|
|
"print:",
|
|
"groupSelectionInView:"
|
|
);
|
|
Outlets = (
|
|
gormMenu,
|
|
guideLineMenuItem
|
|
);
|
|
Super = NSApplication;
|
|
};
|
|
GormDocumentController = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSDocumentController;
|
|
};
|
|
} |