mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-24 12:11:15 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24331 72102866-910b-0410-8b05-ffd578937521
48 lines
No EOL
786 B
Text
48 lines
No EOL
786 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"startInstall:",
|
|
"showFindView:",
|
|
"showProjectBuild:",
|
|
"showProjectInspector:",
|
|
"showProjectLaunch:",
|
|
"showProjectLoadedFiles:",
|
|
"startBuild:",
|
|
"startClean:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCButton = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSButton;
|
|
};
|
|
PCProjectBuilder = {
|
|
Actions = (
|
|
"startInstall:",
|
|
"startBuild:",
|
|
"startClean:"
|
|
);
|
|
Outlets = (
|
|
buildButton,
|
|
cleanButton,
|
|
componentView,
|
|
installButton,
|
|
split,
|
|
optionsButton,
|
|
buildStatusField,
|
|
targetField
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCSplitView = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSSplitView;
|
|
};
|
|
} |