Re: Terry, please explain how provided widgets get a parent

2018-08-11 Thread Terry Brown
On Sat, 11 Aug 2018 11:37:18 -0700 (PDT) "Edward K. Ream" wrote: > I can get a Turtle window working outside the > free_layout/nested_splitter framework. The graphics window is a > separate window, as expected. > > But I'm stumped at how the widget returned from ns_provide eventually > gets a

Terry, please explain how provided widgets get a parent

2018-08-11 Thread Edward K. Ream
I can get a Turtle window working outside the free_layout/nested_splitter framework. The graphics window is a separate window, as expected. But I'm stumped at how the widget returned from ns_provide eventually gets a parent. I don't see that happening in the NestedSplitter class. For