2002-11-04 13:52:31 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2002-11-04 13:52:31 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"alignLeft:",
|
|
|
|
"capitalizeWord:",
|
|
|
|
"changeFont:",
|
|
|
|
"copy:",
|
|
|
|
"delete:",
|
|
|
|
"deleteToBeginningOfParagraph:",
|
|
|
|
"deleteWordBackward:",
|
|
|
|
"fax:",
|
|
|
|
"loosenKerning:",
|
|
|
|
"miniaturize:",
|
|
|
|
"moveDown:",
|
|
|
|
"moveLeft:",
|
|
|
|
"moveToBeginningOfParagraph:",
|
|
|
|
"moveUp:",
|
|
|
|
"moveWordForward:",
|
|
|
|
"orderBack:",
|
|
|
|
"orderFrontHelpPanel:",
|
|
|
|
"pageDown:",
|
|
|
|
"pasteAsRichText:",
|
|
|
|
"performMiniaturize:",
|
|
|
|
"runPageLayout:",
|
|
|
|
"scrollPageDown:",
|
|
|
|
"selectLine:",
|
|
|
|
"selectToMark:",
|
|
|
|
"showGuessPanel:",
|
|
|
|
"subscript:",
|
|
|
|
"takeFloatValueFrom:",
|
|
|
|
"terminate:",
|
|
|
|
"toggleRuler:",
|
|
|
|
"transposeWords:",
|
|
|
|
"unhide:",
|
|
|
|
"useAllLigatures:",
|
|
|
|
"zoom:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormViewSizeInpector = {
|
|
|
|
Actions = (
|
|
|
|
"setAutosize:"
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
bottom,
|
|
|
|
height,
|
|
|
|
left,
|
|
|
|
right,
|
|
|
|
sizeForm,
|
|
|
|
top,
|
|
|
|
width
|
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
NSApplication = {
|
|
|
|
Actions = (
|
|
|
|
"miniaturizeAll:",
|
|
|
|
"orderFrontStandardAboutPanel:",
|
2004-12-05 13:00:36 +00:00
|
|
|
"terminate:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSResponder;
|
|
|
|
};
|
|
|
|
NSCell = {
|
|
|
|
Actions = (
|
|
|
|
"takeStringValueFrom:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
NSControl = {
|
|
|
|
Actions = (
|
2004-11-20 18:27:16 +00:00
|
|
|
"takeObjectValueFrom:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSView;
|
|
|
|
};
|
|
|
|
NSDocument = {
|
|
|
|
Actions = (
|
2004-12-05 13:00:36 +00:00
|
|
|
"saveDocument:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
NSDocumentController = {
|
|
|
|
Actions = (
|
|
|
|
"saveAllDocuments:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
NSFontManager = {
|
|
|
|
Actions = (
|
2004-11-20 18:27:16 +00:00
|
|
|
"orderFrontFontPanel:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
NSTabView = {
|
|
|
|
Actions = (
|
2004-11-20 18:27:16 +00:00
|
|
|
"selectPreviousTabViewItem:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSView;
|
|
|
|
};
|
|
|
|
NSText = {
|
|
|
|
Actions = (
|
|
|
|
"changeFont:",
|
|
|
|
"copyFont:",
|
|
|
|
"ignoreSpelling:",
|
|
|
|
"selectAll:",
|
2004-12-05 13:00:36 +00:00
|
|
|
"toggleRuler:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSView;
|
|
|
|
};
|
|
|
|
NSTextView = {
|
|
|
|
Actions = (
|
|
|
|
"insertBacktab:",
|
|
|
|
"loosenKerning:",
|
|
|
|
"moveForward:",
|
|
|
|
"pasteAsPlainText:",
|
|
|
|
"toggleContinuousSpellChecking:",
|
|
|
|
"useAllLigatures:",
|
2004-12-05 13:00:36 +00:00
|
|
|
"useStandardBaseline:"
|
2002-11-04 13:52:31 +00:00
|
|
|
);
|
|
|
|
Super = NSText;
|
|
|
|
};
|
|
|
|
NSWindow = {
|
|
|
|
Actions = (
|
|
|
|
"miniaturize:",
|
|
|
|
"performClose:",
|
|
|
|
"runToolbarCustomizationPalette:",
|
|
|
|
"zoom:"
|
|
|
|
);
|
|
|
|
Super = NSResponder;
|
|
|
|
};
|
|
|
|
}
|