[Gtk-sharp-list] Retrieve all the information of a row

Alain Perry sensei@quarkup.org
Mon, 09 Aug 2004 11:45:53 +0100


Le lun 09/08/2004 =E0 13:19, Ra=FAl Moratalla a =E9crit :
> Hi everybody, is there any way to get all the information of all the=20
> columns of a selected row? I can use GetValue but I only get the data of=20
> one column.

As in my previous mail, I think the TreeSelection class is what you
need.
You can return a TreeSelection from a TreeView using the Selection
property.

--=20
Alain Perry