Duncan Gibson wrote:

> I'm not an FLTK2 user, but a quick search of the documentation gives:
> http://www.fltk.org/doc-2.0/html/index.html and under "Related Pages"
> you can find "Example 1: Basic FLTK Program which describes:
> 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.

That was the first thing I tried, but with NO_BOX the label is not
displayed.

Even the box test/boxtype demo from FLTK 2 doesnt work (it shows NO_BOX as
empty), plus it seems to demonstrate around half less box types...

FLTK 2 SVN 6140 and 6149, testing on linux

 


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

Reply via email to