Hi!
- A pane now can control the rendering of multiple presentations
through a CompositePresentation. You can now have different arrangements: tabbed, accordion or stacked. You can find an example at: GLMBasicExamples new differentComposites openOn: (1 to: 100)
I obtain the following:
I do not know whether this is the expected behavior. Before executing the expression, I did a Gofer new squeaksource: 'Glamour'; addPackage: 'ConfigurationOfGlamour'; load. (Smalltalk at: #ConfigurationOfGlamour) perform: #loadDefault
Cheers, Alexandre