mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@37153 72102866-910b-0410-8b05-ffd578937521
37 lines
No EOL
571 B
Text
37 lines
No EOL
571 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"showProjectInspector:",
|
|
"showFindView:",
|
|
"showProjectBuild:",
|
|
"showProjectLaunch:",
|
|
"showProjectLoadedFiles:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCAuxiliaryWindow = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSWindow;
|
|
};
|
|
PCProjectBuilderPanel = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
contentBox,
|
|
emptyBox,
|
|
panel
|
|
);
|
|
Super = NSPanel;
|
|
};
|
|
PCSplitView = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSSplitView;
|
|
};
|
|
} |