apps-gorm/Palettes/2Controls/GormNSButtonInspector.gorm/data.classes
Gregory John Casamento a2bd3f3fda Merged post 1.0 branch. Gorm 1.0 development will continue on a new gorm_1_0 branch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21614 72102866-910b-0410-8b05-ffd578937521
2005-08-06 17:59:08 +00:00

25 lines
No EOL
410 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"selectKeyEquivalent:"
);
Super = NSObject;
};
GormButtonInspector = {
Actions = (
"selectKeyEquivalent:"
);
Outlets = (
alignMatrix,
iconMatrix,
keyForm,
optionMatrix,
tagForm,
titleForm,
typeButton,
keyEquiv
);
Super = IBInspector;
};
}