Re: EuGTK - List: View - click event
- Posted by irv Sep 26, 2010
- 1462 views
Jerry_Story said...
What happened to CreateLV in ListView.e?
I changed it to Iter, since it didn't create a ListView at all, just an Iter and corresponding renderers. LV:View creates the view, LV:Store creates a store, etc.
I still want to find a way to encapsulate all of these calls into sort of a pseudo 'listview object', which will be able to keep track of all these things itself, without the programmer having to do it.