> > What about using this: New->Code->Widget class and set Class: Fl_Group, > Name: MyGroup, Extra code: (additionaly stuff). Hoping you got with this > MyGroup; also you got new window from you will pick X,Y,W,H. > > Then in Double_Window widget (in fluid list), Extra code: > MyGroup* g = new MyGroup(X,Y,W,H), where you X,Y,W,H copy from MyGroup > widget.
That's quite different. MyClass is already created; I just want to plop one down in a window. > > Hoping there is better solution than this. > Me too. Thanks for looking, Stan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

