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@24254 72102866-910b-0410-8b05-ffd578937521
64 lines
No EOL
1 KiB
Text
64 lines
No EOL
1 KiB
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"showProjectInspector:",
|
|
"showFindView:",
|
|
"showProjectBuild:",
|
|
"showProjectLaunch:",
|
|
"showProjectLoadedFiles:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCButton = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSButton;
|
|
};
|
|
PCFileNameField = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSTextField;
|
|
};
|
|
PCFileNameIcon = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSImageView;
|
|
};
|
|
PCProjectWindow = {
|
|
Actions = (
|
|
"showProjectInspector:",
|
|
"showFindView:",
|
|
"showProjectBuild:",
|
|
"showProjectLaunch:",
|
|
"showProjectLoadedFiles:"
|
|
);
|
|
Outlets = (
|
|
buildButton,
|
|
fileIcon,
|
|
fileIconTitle,
|
|
findButton,
|
|
h_split,
|
|
inspectorButton,
|
|
launchButton,
|
|
loadedFilesButton,
|
|
projectWindow,
|
|
statusLine,
|
|
toolbarView
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCSplitView = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
);
|
|
Super = NSSplitView;
|
|
};
|
|
} |