I have fltk 1.3 on Linux 64bit with gcc
The scroll bars on the Fl_Multi_Browser does not appear to be plastic, this a 
bug or I am doing something wrong?I also tried all the themes it is still the 
same

fbw = new  Fl_Multi_Browser(0, 50, 870, 425);
      fbw->box(FL_PLASTIC_THIN_DOWN_BOX);
      fbw->callback((Fl_Callback*)cb_fbw);
      int wxs[] = { 500 , 30};
      fbw->column_widths(wxs);
      fbw->column_char('\t');
      fbw->type(FL_MULTI_BROWSER);

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

Reply via email to