Re: [fltk.general] how to change the item height of the browser widget

2010-01-22 Thread Edzard Egberts
Am 22.01.2010 04:53, schrieb leowang: Am 21.01.2010 01:58, schrieb leowang: Am 20.01.2010 02:09, schrieb leowang: Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser

Re: [fltk.general] how to change the item height of the browser widget

2010-01-22 Thread Albrecht Schlosser
Edzard Egberts wrote: Am 22.01.2010 04:53, schrieb leowang: So does it means the browser widget can't adjust the item height? :o( My posting was not completely braindead - in fact changing the textsize adjusts item height and works by pressing a button. [...] In any case the size (height)

Re: [fltk.general] how to change the item height of the browser widget

2010-01-22 Thread Greg Ercolano
So does it means the browser widget can't adjust the item height? :o( FWIW, Fl_Tree does handle different sizes for items, eg: http://seriss.com/people/erco/fltk/tmp/fl_tree-random-sizes.png Code for this example below. Note Fl_Tree was recently added to fltk

Re: [fltk.general] how to change the item height of the browser widget

2010-01-21 Thread Edzard Egberts
Am 21.01.2010 01:58, schrieb leowang: Am 20.01.2010 02:09, schrieb leowang: Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser widget item height?

Re: [fltk.general] how to change the item height of the browser widget

2010-01-21 Thread leowang
Am 21.01.2010 01:58, schrieb leowang: Am 20.01.2010 02:09, schrieb leowang: Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser widget item height?

Re: [fltk.general] how to change the item height of the browser widget

2010-01-20 Thread Edzard Egberts
Am 20.01.2010 02:09, schrieb leowang: Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser widget item height? pBrowser-textsize(Textsize);

Re: [fltk.general] how to change the item height of the browser widget

2010-01-20 Thread leowang
Am 20.01.2010 02:09, schrieb leowang: Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser widget item height? pBrowser-textsize(Textsize); Hi Edzard, Thanks for

[fltk.general] how to change the item height of the browser widget

2010-01-19 Thread leowang
Dear All, I have a browser widget in a window, and set the init item height, now I need to change to item height when I press a button. Is there has a API to change the browser widget item height? Best regards, Leo ___ fltk mailing list