mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
* GormCore/GormDocument.m * GormCore/GormImageEditor.m * GormCore/GormObjectEditor.m * GormCore/GormSoundEditor.m: Fix memory leak. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26467 72102866-910b-0410-8b05-ffd578937521
61 lines
No EOL
1,020 B
Text
61 lines
No EOL
1,020 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"createClassFiles:",
|
|
"createSubclass:",
|
|
"instantiateClass:",
|
|
"loadClass:",
|
|
"remove:",
|
|
"selectArchiveType:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
GSNibContainer = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
GormDocument = {
|
|
Actions = (
|
|
"createSubclass:",
|
|
"loadClass:",
|
|
"createClassFiles:",
|
|
"instantiateClass:",
|
|
"remove:"
|
|
);
|
|
Outlets = (
|
|
selectionBox,
|
|
filePrefsView,
|
|
filePrefsManager,
|
|
filePrefsWindow
|
|
);
|
|
Super = NSDocument;
|
|
};
|
|
GormDocumentWindow = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSWindow;
|
|
};
|
|
GormFilePrefsManager = {
|
|
Actions = (
|
|
"showIncompatibilities:",
|
|
"selectTargetVersion:",
|
|
"selectArchiveType:"
|
|
);
|
|
Outlets = (
|
|
showIncompatibilities,
|
|
targetVersion,
|
|
gormAppVersion,
|
|
archiveType,
|
|
iwindow,
|
|
itable,
|
|
fileType
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |