apps-gorm/English.lproj/GormClassEditor.gorm/data.classes
Gregory John Casamento 94708f88b1 * English.lproj/GormClassEditor.gorm: Make button momentary push
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
2006-10-11 00:58:56 +00:00

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;
};
}