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 = (
|
|
|
|
"capitalizeWord:",
|
|
|
|
"changeFont:",
|
|
|
|
"delete:",
|
|
|
|
"deleteWordBackward:",
|
|
|
|
"loosenKerning:",
|
|
|
|
"moveDown:",
|
|
|
|
"moveToBeginningOfParagraph:",
|
|
|
|
"moveWordForward:",
|
|
|
|
"orderFrontDataLinkPanel:",
|
|
|
|
"pasteAsPlainText:",
|
|
|
|
"raiseBaseline:",
|
|
|
|
"scrollLineDown:",
|
|
|
|
"selectParagraph:",
|
|
|
|
"showWindow:",
|
|
|
|
"takeObjectValueFrom:",
|
|
|
|
"toggleTraditionalCharacterShape:",
|
2004-12-05 13:00:36 +00:00
|
|
|
"unscript:"
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormWindowInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
backingMatrix,
|
|
|
|
controlMatrix,
|
|
|
|
optionMatrix,
|
|
|
|
titleForm
|
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|