hi,

Jeremy Maccelari schrieb:
> Can anyone tell me how to select multiple columns in a list
> (tree view)? I'd like to be able to click on the column header
> to select/deselect...

The treeview does not support this unfortunately. It has only row selection
modes. That beeing said I faked such a behaviour by managing the selection
myself and using cell-data-functions to change the background color accordingly.

Stefan
> 
> I have an application where several columns have to be selected
> for processing and I need the column indices...
> 
> Thanks in advance,
> Jeremy
> 

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to