It would be useful if SUTabPanel allowed for:
- tab name to be dynamic (e.g. name of some object) or a string
TabPanel>>
add: aComponent label: aString
add: aComponent labelFrom: anAccessor on: anObject
- tabs to be removed
remove: aComponent (removes all tabs on that component)
Thoughts?
Sophie
(probably applies to SUNavigation)