Hi, Shouldn't the Gtk::ListStore have a move_after method? Currently the only way I see to move an element to back of the liststore is by calling:
gtk_list_store_move_after(m_ListStore->gobj(), const_cast<GtkTreeIter*>(source.get_gobject_if_not_end()), const_cast<GtkTreeIter*>(dest.get_gobject_if_not_end())); Or am I missing something? Regards, Dirk _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
