apps-gorm/Resources/GormPrefGeneral.gorm/data.classes

26 lines
456 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"orderFrontFontPanel:",
"archiveAction:"
);
Super = NSObject;
};
GormGeneralPref = {
Actions = (
"palettesAction:",
"inspectorAction:",
"backupAction:",
"archiveAction:"
);
Outlets = (
window,
palettesButton,
inspectorButton,
backupButton,
archiveMatrix
);
Super = NSObject;
};
}