On 08.02.2009, at 20:42, D.Arndt wrote: >> >> On 07.02.2009, at 15:41, D.Arndt wrote: >>> I have tried the FLAT_BOX also, but this type will not use the >>> background color of the parent. You can see this in the boxtype test >>> which is delivered in the FLTK test directory. >> >> >> FL_NO_BOX should do the job. >> > Unfortunately in the current version of FLTK2 fltk::NO_BOX doesn't > write the label.
Oh! Derive your own class and write a draw() function that calls draw_label(), but not draw_box()... . ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

