Re: Moving rows in a TreeStore

2006-09-23 Thread Armin Burgmeier
> I've been going over the docs and mailing list archives for gtk and > gtkmm. I can't for the life of me figure out how to move a row around > a TreeStore. There are two 'move' type methods for TreeStore > ( iter_swap and move ) but both of these require that the row must > stay in the same leve

Re: Moving rows in a TreeStore

2006-09-23 Thread Murray Cumming
On Fri, 2006-09-22 at 19:02 -0500, Paul Davis wrote: > Hey, > > I've been going over the docs and mailing list archives for gtk and > gtkmm. I can't for the life of me figure out how to move a row around > a TreeStore. There are two 'move' type methods for TreeStore > ( iter_swap and move ) but

Moving rows in a TreeStore

2006-09-22 Thread Paul Davis
Hey,I've been going over the docs and mailing list archives for gtk and gtkmm.  I can't for the life of me figure out how to move a row around a TreeStore.  There are two 'move' type methods for TreeStore ( iter_swap and move ) but both of these require that the row must stay in the same level. If