In the traitsui documentation it states that
Blockquote A panel is very similar to a window, except that it is embedded in a larger window, which need not be a Traits UI window.
Does anyone know how to make a larger window and populate it with the edit_traits(kind='subpanel')
UI objects from a couple traited objects? I found an example of doing this in a wx window here http://gael-varoquaux.info/computers/traits_tutorial/slides_Traits_en.pdf on slide 23, is there a way to do this that does not tie me to wxPython?
An answer here will likely also answer a similar question (TraitsUI, sharing an object)