Comment #1 on issue 943 by tu...@tudorgirba.com: Integrate Rubric in Glamour http://code.google.com/p/moose-technology/issues/detail?id=943
A first integration of RubScrolledTextMorph can be found in Glamour-Rubric-Presentations.
An example: x := 'before'. wrapper := GLMCompositePresentation new wrapper with: [ :w | w show: [ :a | a rubricText display: [ x ] ] ]. wrapper openOn: 42. x := 'after'. wrapper update