[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Column Selection
- From: Stefan Kost <ensonic hora-obscura de>
- To: Jeremy Maccelari <jeremy maccelari com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Column Selection
- Date: Sat, 04 Oct 2008 22:44:06 +0300
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
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]