> > Hi=2C > > > How I can have got access to the `ScrollBar' in a popup menu in the `Inpu= > tBrowser'=2C for change a style for it's? > > Assuming I understand your request correctly=2C you should be able to creat= > e a style using fltk::Style and then give it a name with fltk::NamedStyle. = > Finally=2C you have to load your style. > There are a few (brief and horrible) examples in the themes/ directory=2C w= > hich should give you a good starting point. > If you're still having troubles=2C I'll hack up a short example when I get = > home sometime tomorrow night..... > > HTH=2C > Ben > =
May be my question is not correctly?... I want get access to functions (for set): box(...)/color(...)/buttonbox(...)/buttoncolor(...)/highlight_color(...). Example (test/scroll.cxx): scroll.scrollbar.box(fltk::FLAT_BOX); scroll.scrollbar.color((fltk::Color)0xEEEEEE00); scroll.scrollbar.buttonbox(fltk::PLASTIC_UP_BOX); scroll.scrollbar.buttoncolor((fltk::Color)0x45454500); PS: sorry for my english... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

