[pygtk] make a ListStore to sort itself
Florian Diesch
diesch at spamfence.net
Sat Jan 27 07:24:10 WST 2007
"Volker Helm" <Helm.volker at gmx.de> wrote:
>> I have a sorted ListStore containing values that change themself. After
>> a change I want to sort it again.
>>
>> So far I'm doing it by calling set_sort_column_id() with a different
>> sort_column_id or order and then calling it again with the right values.
>>
>> Is there a better way?
>>
>> Calling row_changed() or sort_column_changed() doesn't work and using
>> set(), remove() etc. is difficult as the values don't know to which row
>> they belong.
>
> just use gtk.TreeModelSort(model).
>
> There is an example in the tutorial
> http://www.pygtk.org/pygtk2tutorial/sec-TreeModelSortAndTreeModelFilter.html
>
> Hope that will help,
>
I don't understand how to do it as I can't tell TreeModelSort to resort
itself or its child model.
But I can use set_sort_func() to resort the ListStore which works for
me.
Florian
--
<http://www.florian-diesch.de/>
More information about the pygtk
mailing list