mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
and remove the image. * English.lproj/GormPrefGeneral.gorm: Change box title. * GormCore/GormClassEditor.[hm]: Change switchView to switchViewToDefault, add method toggleView:, add code to change image as appropriate. * GormPrefs/GormGeneralPref.m: Remove notification in classesAction: so that the default changes don't effect all class editors. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23841 72102866-910b-0410-8b05-ffd578937521
30 lines
No EOL
535 B
Text
30 lines
No EOL
535 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,
|
|
viewToggle
|
|
);
|
|
Super = NSView;
|
|
};
|
|
} |