ListStore move_after



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]