>
> On Jun 14, 2007, at 7:49 AM, Manoj wrote:
>
> > If i use fl_rectf instead of fl_rect and choose any color then line
> > under this rectangle never display.
> > like
> > fl_rectf(0, 0, 50, 50,100,100,100);
> > Can i see the line also if i use fl_rectf?
>
>
> Just draw the rectangle first, then the line.

If i derived my class from Fl_Widget and i draw rectangle after line then it 
draws successfully. But if i derived class from Fl_Double_Window and draw the 
rectangle after lines then it never draws.

Either some problem in my code or something else. Let me try to draw rectangle 
before line.
thanks
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to