apps-gorm/Resources/GormPrefPalettes.gorm/data.classes
Gregory John Casamento 71a9a54e2b Updated all of the existing .gorm files to the latest format.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20365 72102866-910b-0410-8b05-ffd578937521
2004-11-20 18:27:16 +00:00

66 lines
No EOL
1.3 KiB
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"alignLeft:",
"capitalizeWord:",
"changeFont:",
"copy:",
"delete:",
"deleteToBeginningOfParagraph:",
"deleteWordBackward:",
"fax:",
"loosenKerning:",
"miniaturize:",
"moveDown:",
"moveLeft:",
"moveToBeginningOfParagraph:",
"moveUp:",
"moveWordForward:",
"openDocument:",
"orderFrontDataLinkPanel:",
"orderFrontFontPanel:",
"orderOut:",
"pasteAsPlainText:",
"performClose:",
"raiseBaseline:",
"saveAllDocuments:",
"scrollLineDown:",
"scrollViaScroller:",
"selectParagraph:",
"selectWord:",
"showWindow:",
"swapWithMark:",
"takeObjectValueFrom:",
"toggle:",
"toggleTraditionalCharacterShape:",
"turnOffLigatures:",
"unscript:",
"useStandardLigatures:",
"removeAction:",
"addAction:"
);
Super = NSObject;
};
GormPalettesPref = {
Actions = (
"removeAction:",
"addAction:"
);
Outlets = (
_view,
window,
removeButton,
addButton,
table
);
Super = NSObject;
};
PaletteDataSource = {
Actions = (
);
Outlets = (
);
Super = NSObject;
};
}