https://forum.world.st/Displaying-custom-Magritte-view-on-FAMIX-model-tp4851330p4851390.html
Hmm,
> You seem to want to work directly at FAMIX level. This means that you just have an object, which happens to be a FAMIXClass instance, and want to describe it with Magritte.
I thought that I don't need to describe FAMIX models with magritte, because it is autogenerated from <MSEProperty: #someSelector type: #SomeClass>.
So I must describe it myself?
> What would you expect to get for declaredType?
Well the descriptions of it... so in a single form I would have all the descriptions.
If I do it with my own descriptions... e.g.
FAMIXBehavioralEntity>>descriptionDeclaredType
<magritteDescription>
^ MAToOneRelationDescription new
selectorAccessor: #declaredType;
label: 'Declared Type';
yourself
Then I at least get buttons for it (I didn't manage to achieve this with the autogenerated descriptions)

However I would still like the option to specify whether I want a new window to show up or let it be embedded in a single form.
I managed to track down something like MAInternalEditorMorph which maybe should do what I want but if I apply it it has no effect... so maybe it's broken or I don't know how to use it.
Thanks,
Peter