apps-gorm/Palettes/2Controls/GormNSButtonInspector.gorm/data.classes

25 lines
410 B
Text
Raw Normal View History

{
"## 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;
};
}