Re: How do I move rows up or down in a Gtk::ListViewText
- From: Juan Angel Moreno <jamf gm gmail com>
- To: "Francis (Grizzly) Smit" <grizzly smit id au>
- Cc: gtkmm-list gnome org
- Subject: Re: How do I move rows up or down in a Gtk::ListViewText
- Date: Mon, 27 May 2013 16:57:04 +0200
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]