ListView and Titles

2005-03-31 Thread Stephan Martin
Hi all, i just try to port my application from perl-Gtk to perl-Gtk2. Therefore i'd like to have a ListStore without the title row, only the white content of the list. Is that possible, i don't find anything in the documentation? Thanks stephan -- t="\$_='for(\$i=-2;\$_=substr(\"2720

Re: ListView and Titles

2005-03-31 Thread muppet
Stephan Martin said: > i just try to port my application from perl-Gtk to perl-Gtk2. > > Therefore i'd like to have a ListStore without the title row, only the > white content of the list. Is that possible, i don't find anything in the > documentation? $tree_view->set_headers_visible (FALSE); ht