Re: sort list_store



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]