ALLs soft wrote:
how to sort a list_store?

you can put a GtkTreeSortModel on top of your listmodel, and then connect the GtkTreeView to the sort model instead of your list_store.


beware that you have to convert any iter or path you retrieve from the treeview from the sort model back to the list_store

regards,
        Olivier

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to