Re: [fltk.general] Access to the ScrollBar in a popup menu(fltk2)...

2010-12-05 Thread Dmitrij K
To Ben Stott: Great thanks! :) ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Access to the ScrollBar in a popup menu(fltk2)...

2010-12-03 Thread Dmitrij K
Thanks to you all! I decide to use the 1.3* snapshot. There are support the utf-8 and a printing and many other. It's simple a wonderful! With regard. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Access to the ScrollBar in a popup menu(fltk2)...

2010-12-02 Thread MacArthur, Ian (SELEX GALILEO, UK)
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)0xEE00);

[fltk.general] Access to the ScrollBar in a popup menu(fltk2)...

2010-12-01 Thread Dmitrij K
Hi all! How I can have got access to the `ScrollBar' in a popup menu in the `InputBrowser', for change a style for it's? Thanks. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Access to the ScrollBar in a popup menu(fltk2)...

2010-12-01 Thread Ben Stott
Hi, How I can have got access to the `ScrollBar' in a popup menu in the `InputBrowser', for change a style for it's? Assuming I understand your request correctly, you should be able to create a style using fltk::Style and then give it a name with fltk::NamedStyle. Finally, you have to load