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
22 lines
No EOL
393 B
Text
22 lines
No EOL
393 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"orderFrontFontPanel:",
|
|
"inspectorPopupDidChange:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCProjectInspector = {
|
|
Actions = (
|
|
"inspectorPopupDidChange:"
|
|
);
|
|
Outlets = (
|
|
inspectorPanel,
|
|
inspectorPopup,
|
|
inspectorView,
|
|
contentView
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |