apps-gorm/English.lproj/GormHelpInspector.gorm/data.classes
Gregory John Casamento fc12745708 Implemented simple help inspector to set tool tips on objects in Gorm.
* English.lproj/GormHelpInspector.gorm: Help inspector .gorm file.
	* GNUmakefile: Add .gorm file.
	* GormCore/GNUmakefile: Add new class.
	* GormCore/GormConnectionInspector.m: Call [super ok:] from ok: method.
	* GormCore/GormHelpInspector.[hm]: Implemented the beginnings of
	the help inspector.
	* GormCore/GormObjectEditor.m: Add helpInspectorClassName 
	implementation to NSView category.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23947 72102866-910b-0410-8b05-ffd578937521
2006-10-23 05:16:42 +00:00

11 lines
No EOL
170 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormHelpInspector = {
Actions = (
);
Outlets = (
toolTip
);
Super = IBInspector;
};
}