I wrote: >> Widget *box = new Widget(20,40,260,100,"Hello, World!"); >> box->box(UP_BOX); >> If it's like FLTK1, you can substitute UP_BOX with NO_BOX.
Alvin responded: > I'm not a FLTK2 user either, but in FLTK1 I would use FL_FLAT_BOX > instead of FL_NO_BOX. FL_FLAT_BOX clears the area (doesn't draw a > border) and then draws the label. Doh! [slaps head] Yes of of course. My mistake. I even saw FlatBox in FLTK2 docs too :-( _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

