mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
30 lines
478 B
Text
30 lines
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;
|
||
|
};
|
||
|
}
|