Another possibility is to use normal (single) window in fluid and put Fl_Double_Window as a class description in C/C++ tab (do not forget to add #include <FL/Fl_Double_Window.H> as declaration before). Roman
Roman Burkovsky wrote: > > 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

