Alvin wrote: >> 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.
in FLTK 2 (SVN version) fltk::FLAT_BOX also doesn't draw anything - is totally invisible. In FLTK 1, flat box draws the background as you noted, I would prefer behviour like NO_BOX - that is, do NOT draw border NOR background, just draw the label. FLAT_BOX being invisible - this is a bug in FLTK 2? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

