Hi,
I did something similar already in wxPython, but not yet in PyGTK.
Therefore I cannot provide the actual solution... Since noone answered,
I will still give you a hint :
http://www.pygtk.org/pygtk2tutorial/sec-TreeModelInterface.html
See 14.2.9. Sorting TreeModel Rows
and
set_sort_func(so
Martin Durkin a écrit , le 02.07.2007 06:38:
> This is an interesting point to me. I am just learning Python and I
> wonder how I would know that a built in function already exists?
> At what point do I stop searching for a ready made solution to a
> particular problem and start programming my o