>
>
> > Already posted this but can't find because of forum suckering.
> > Would be cool to have Fl_Double_Window(x,y,w,h, label)=20
> > constructor available through FLUID. Today there is only=20
> > Fl_Double_Window(w,h, label).
>
> I guess you can get the same sort of effect by calling o->position(x,y);
> in the Extra Code section of the widget?

The real meaning is not in positioning widget but in the fact that 
Fl_Double_Window(w,h, label) makes a top-level window while 
Fl_Double_Window(x,y,w,h, label) makes a child. It is essential when making a 
class in fluid (not a widget subclass but a standalone one)
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to