> ..and just to clarify, by that I mean when creating the second window > "new Fl_Window(w,h)" makes a separate window, whereas > "new Fl_Window(x,y,w,h)" makes it a subwindow (widget inside outer window)
Yes, that's the bit I had missed. I guess that makes the Fl_Group::current() and/or parent(0) thing a non-issue. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

