I want to have all the presentations which would usually appear for an object in the inspector, but embedded in a pane of a Glamour browser. I'm looking for something like this (naive and non-working):
browser transmit
from: #one;
to: #two;
andShow: [ :a :b | b gtInspectorPresentationsIn: a inContext: nil ].
Thanks!
Cheers,
Sean