apps-gorm/Palettes/2Controls/GormNSTextFieldInspector.gorm/data.classes
Gregory John Casamento d495893e23 * GormCore/GormDocument.m: Remove call to deprecated method.
* GormCore/GormInternalViewEditor.m: Minor cleanup
	* GormObjCHeaderParser/OCMethod.m: Minor cleanup
	* Palettes/2Controls/GormNSTextFieldInspector.gorm: Correct issue
	with misspelled outlet name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27841 72102866-910b-0410-8b05-ffd578937521
2009-02-11 06:25:12 +00:00

19 lines
No EOL
339 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormTextFieldInspector = {
Actions = (
);
Outlets = (
alignMatrix,
backgroundColor,
borderMatrix,
drawsBackground,
tagForm,
textColor,
editableSwitch,
scrollableSwitch,
selectableSwitch
);
Super = IBInspector;
};
}