leowang wrote:
> Dear All,
> Can I add background image to browser widget? I have try to use
> browser->image(SharedImage::get("bg.bmp"));, but found that the image does
> not appear. Does the browser widget support to have a background image?
I haven't tried this, but I'd think you could derive your own class
from Fl_Browser, set the box() type for the widget to NO_BOX,
override the draw() method so that it a) draws your background
then b) calls Fl_Browser::draw()..
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk