2003-01-04 04:51:12 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-01-04 04:51:12 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"changeFont:",
|
|
|
|
"deleteWordBackward:",
|
|
|
|
"moveDown:",
|
|
|
|
"moveWordForward:",
|
|
|
|
"pasteAsPlainText:",
|
|
|
|
"scrollLineDown:",
|
|
|
|
"showWindow:",
|
|
|
|
"toggleTraditionalCharacterShape:",
|
2003-06-01 23:49:18 +00:00
|
|
|
"selectKeyEquivalent:"
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormButtonInspector = {
|
|
|
|
Actions = (
|
2003-06-01 23:49:18 +00:00
|
|
|
"selectKeyEquivalent:"
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
alignMatrix,
|
|
|
|
iconMatrix,
|
|
|
|
keyField,
|
|
|
|
optionMatrix,
|
|
|
|
tagField,
|
|
|
|
titleForm,
|
2003-06-01 23:49:18 +00:00
|
|
|
typeButton,
|
|
|
|
keyEquiv
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|