mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
30 lines
485 B
Text
30 lines
485 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"showProjectInspector:",
|
||
|
"showFindView:",
|
||
|
"showProjectBuild:",
|
||
|
"showProjectLaunch:",
|
||
|
"showProjectLoadedFiles:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
PCProjectBuilderPanel = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
contentBox,
|
||
|
emptyBox,
|
||
|
panel
|
||
|
);
|
||
|
Super = NSPanel;
|
||
|
};
|
||
|
PCSplitView = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
);
|
||
|
Super = NSSplitView;
|
||
|
};
|
||
|
}
|