mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 03:41:25 +00:00
64 lines
1 KiB
Text
64 lines
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;
|
||
|
};
|
||
|
}
|