Hi Sean,
Sorry for the slow response.
In the latest Moose, ConfigurationOfGlamour now loads again Magritte and the associated presentation, and provides an example of how to embed it in the inspector.
If you inspect:
GLMMagrittePersonExample new
name: 'William Shakespeare';
address: 'Stratford-upon-Avon'
you get:
This is achieved through a method like this:
gtInspectorMagritteIn: composite
<gtInspectorPresentationOrder: 40>
composite magritte
title: 'Form';
display: [ self ]
See here a more thorough description:
Cheers,
Doru