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
Hello... I have been trying to sort a gtktreelist column that contains
dates in the following format:
eg: 01-Jan-1993
12-Dec-1992 etc
i don't seem to be able to find any other solution than using dates in
the format "-MM-DD" which is something i am trying to avoid..
Is there something v