apps-gorm/English.lproj/GormClassEditor.gorm/data.classes
Gregory John Casamento d535960de1 * English.lproj/GormClassEditor.gorm: Added button and search image.
* 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
2006-10-10 04:01:57 +00:00

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