mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21714 72102866-910b-0410-8b05-ffd578937521
30 lines
No EOL
478 B
Text
30 lines
No EOL
478 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"setCurrentInspector:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
GormInspectorsManager = {
|
|
Actions = (
|
|
"setCurrentInspector:"
|
|
);
|
|
Outlets = (
|
|
panel,
|
|
popup,
|
|
selectionView,
|
|
inspectorView
|
|
);
|
|
Super = IBInspectorManager;
|
|
};
|
|
IBInspectorManager = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
currentMode,
|
|
selectedObject
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |