On Jun 14, 2007, at 7:09 AM, Manoj wrote: > Hi, > > the window in which i'm drawing line and rectangle is derived from > Fl_Double_Window. It's not derived from Fl_Widget. > If i derived it from Fl_Widget then rectangle appear. > But it's my requirement to derived it from Fl_Double_Window.
Fl_Double_Window is derived from Fl_Widget, meaning that if you derive your own class, it will behave pretty much the same, no matter if you derive from Fl_Double_Window or Fl_Widget. Please post a short version of your code. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

