Re: [fltk.general] how to deactivate one line in browserwidgetin fltk1.3

2012-04-25 Thread leowang
I have a browser widget in a window, there has some lines in this browser, press up/down key can select one by one, how can I set one line(or item) deactivate, then the focus will not move to this line. Sorry, I'm not understanding your question clearly enough to formulate

Re: [fltk.general] how to deactivate one line in browserwidgetin fltk1.3

2012-04-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
I use the browser widget to display files, and the files are sorted by name, it looks like follows: a a.txt ab.txt b.txt c ch.txt so the lines which has index character should not be focused. Now I have implement this function by modify Fl_Browser.cxx and Fl_Browser_.cxx. OK...

Re: [fltk.general] how to deactivate one line in browserwidgetin fltk1.3

2012-04-25 Thread Matthias Melcher
On 25.04.2012, at 15:52, MacArthur, Ian (SELEX GALILEO, UK) wrote: I use the browser widget to display files, and the files are sorted by name, it looks like follows: a a.txt ab.txt b.txt c ch.txt so the lines which has index character should not be focused. Now I have implement