mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
* GNUmakefile: Added new tiff files to images. * GormCore/GormClassEditor.m: Added toggleView: method. * Images/browserView.tiff: Browser image. * Images/outlineView.tiff: Outline image. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23831 72102866-910b-0410-8b05-ffd578937521
29 lines
No EOL
518 B
Text
29 lines
No EOL
518 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"createClassFiles:",
|
|
"createSubclass:",
|
|
"instantiateClass:",
|
|
"loadClass:",
|
|
"toggleView:",
|
|
"removeClass:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
GormClassEditor = {
|
|
Actions = (
|
|
"instantiateClass:",
|
|
"createSubclass:",
|
|
"loadClass:",
|
|
"createClassFiles:",
|
|
"removeClass:",
|
|
"toggleView:"
|
|
);
|
|
Outlets = (
|
|
classesView,
|
|
mainView
|
|
);
|
|
Super = NSView;
|
|
};
|
|
} |