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 20:52:36 +00:00
|
|
|
"unscript:"
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormTableViewInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
borderMatrix,
|
|
|
|
horizontalScrollerSwitch,
|
|
|
|
optionMatrix,
|
|
|
|
rowsHeightForm,
|
|
|
|
selectionMatrix,
|
2004-04-17 17:15:05 +00:00
|
|
|
verticalScrollerSwitch,
|
|
|
|
backgroundColor
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|