[Gtk-sharp-list] TreeStore saving state

Chris Howie cdhowie at gmail.com
Fri Aug 15 09:57:08 EDT 2008


On Mon, Aug 4, 2008 at 2:47 PM, Andrew York <andy at brdstudio.net> wrote:
> Thanks Chris I suspected that was why I didn't have any luck working with
> the TreeIter but now I know for sure I was heading in the wrong direction.
>
> Do you have any thoughts about what would be a more suitable attribute to
> work with? Or maybe point me in a different direction.
>
> Christian Hoff has some interesting ideas but I'm still in a collecting
> ideas phase.

If you are actually modeling tree data in a database then you
shouldn't use any kind of identifier from the GTK+ widget at all.  You
should model the tree in a relational manner and rebuilt it in the
widget when you load it.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Gtk-sharp-list mailing list