Here's the answer:
from enthought.traits.api import HasTraits, Str, List, Button, Any
from enthought.traits.ui.api import View, Item
from enthought.traits.ui.api import ListEditor
class A(HasTraits):
StringA = Str
view = View(Item('StringA'))
class B(HasTraits):
StringB = Str
view
Any ideas?
I think you will have more chance for an answer in a more specialized
list, e.g. the enthought-dev mailing list, which is also accessible via
gmane:
http:// dir.gmane.org / gmane.comp.python.enthought.devel
Stefaan.
--
https://mail.python.org/mailman/listinfo/python-list