apps-projectcenter/Framework/English.lproj/Builder.gorm/data.classes

48 lines
792 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"showOptionsPanel:",
"showFindView:",
"showProjectBuild:",
"showProjectInspector:",
"showProjectLaunch:",
"showProjectLoadedFiles:",
"startBuild:",
"startClean:"
);
Super = NSObject;
};
PCButton = {
Actions = (
);
Outlets = (
);
Super = NSButton;
};
PCProjectBuilder = {
Actions = (
"startBuild:",
"startClean:",
"showOptionsPanel:"
);
Outlets = (
buildButton,
cleanButton,
componentView,
split,
optionsButton,
statusField,
targetField,
errorsCountField
);
Super = NSObject;
};
PCSplitView = {
Actions = (
);
Outlets = (
);
Super = NSSplitView;
};
}