Method
Gtk.ListStore.reorder
Declaration [src]
void
gtk_list_store_reorder (
GtkListStore* store,
int* new_order
)
Description [src]
Reorders store
to follow the order indicated by new_order
. Note that
this function only works with unsorted stores.