[pygtk] make a ListStore to sort itself
Volker Helm
Helm.volker at gmx.de
Mon Jan 15 20:25:25 WST 2007
Hi Florian,
just use gtk.TreeModelSort(model).
There is an example in the tutorial
http://www.pygtk.org/pygtk2tutorial/sec-TreeModelSortAndTreeModelFilter.html
Hope that will help,
Volker
-------- Original-Nachricht --------
Datum: Sat, 13 Jan 2007 02:27:34 +0100
Von: Florian Diesch <diesch at spamfence.net>
An: pygtk at daa.com.au
Betreff: [pygtk] make a ListStore to sort itself
>
> Hi!
>
> 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.
>
>
>
> Florian
> --
> <http://www.florian-diesch.de/>
> _______________________________________________
> pygtk mailing list pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the pygtk
mailing list