On 16 aug. 2015, at 14:33, Sean P. DeNigris <sean(a)clipperadams.com> wrote:
descriptionChildren
<magritteDescription>
<gtInspectorPresentationOrder: 10>
^ MAToManyRelationDescription new
accessor: #children;
label: 'Steps';
"..."
gtPresentation: [ :a | a list ];
yourself
Nice. This comes to mind:
1 Do you want the gtPresentation to be so direct, or would it be helpful to make some kind
of builder/visitor responsible for creating the block?
2 To fit in the glamour style, also support
gtPresentation: #list ? Not just a block, also a symbol.
Stephan