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);

http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeView.html#gtk-tree-view-set-headers-visible



-- 
muppet <scott at asofyet dot org>
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to