I remember that the TreeModel used in Gtk::ListViewText is a Gtk::ListStore so, take a look in the documentation for Gtk::ListStore and you will find the method move(iter src, iter dest) used to move rows in the underlying model.
Greetings. 2013/5/27 Francis (Grizzly) Smit <[email protected]> > yep I'm now trying to move the selected row up or down in a > Gtk::ListViewText but not sure how to do it > thx in advance for any help. > > > -- > > > .~. In my life God comes first.... > /V\ but Linux is pretty high after that :-D > /( )\ Francis (Grizzly) Smit > ^^-^^ http://www.smit.id.au/ > > _______________________________________________ > gtkmm-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gtkmm-list > -- Atentamente: Juan Ángel Moreno Fernández [email protected] ------------------------------ Proyecto Gelide http://gelide.sf.net ------------------------------
_______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
