> Stan wrote: > > Is there some way to change the background color of > > the box in which the selected value of an Fl_Choice > > is displayed? > > > I think the color is currently hard coded to be > the FL_BACKGROUND2_COLOR,
Thanks.. I found a workaround: subclass Fl_Input_Choice, set the input part to read only, and forward the the Fl_Input and Fl_Menu_ interfaces to the menu button. Ugly but workable. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

