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:",
|
2004-12-05 13:00:36 +00:00
|
|
|
"toggleTraditionalCharacterShape:"
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormBrowserInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
2004-12-05 13:00:36 +00:00
|
|
|
optionMatrix,
|
|
|
|
maxNumField
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|