Re: [Gtk2hs-devel] How to get to a ListStore from a TreeModel

2012-08-30 Thread Axel Simon
Hi Rouan, On 30.08.2012, at 11:04, Rouan van Dalen wrote: > Hi Everyone, > > I need to get the selected item from my TreeView, which is using a > ListStore model. > The model is not just a String, it is a list of records with a few > fields. > > After googling a bit it seems that there is no

[Gtk2hs-devel] How to get to a ListStore from a TreeModel

2012-08-30 Thread Rouan van Dalen
Hi Everyone, I need to get the selected item from my TreeView, which is using a ListStore model. The model is not just a String, it is a list of records with a few fields. After googling a bit it seems that there is no way to get a ListStore model from a TreeModel. Has this been fixed.  The cod