Duncan Gibson 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.

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.

-- 
Alvin
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to