apps-gorm/Palettes/2Controls/GormNSTextFieldInspector.gorm/data.classes
Gregory John Casamento 6fb6fc17a1 Implemenation of changes for task #10799. Send action on end/enter.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@32760 72102866-910b-0410-8b05-ffd578937521
2011-04-01 06:55:48 +00:00

20 lines
No EOL
362 B
Text

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