ListStore move_after
- From: Dirk Vanden Boer <dirk vdb gmail com>
- To: gtkmm-list gnome org
- Subject: ListStore move_after
- Date: Wed, 17 Jun 2009 17:01:19 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]