On Sun, Dec 26, 1999 at 05:50:53PM -0600, Jon Travis wrote:

> Under the C mappings for GTK, we have the options to set the sort functions
> for the CTree/CList widgets, however I cannot find this same functionality
> in pygtk.  Anyone know if I am missing something, or has this just not
> been thrown in?

AFAIR, it's not supported in pygtk, for reasons that have to do with the
python/C interface. What I ended up doing for my own application was use
popen2 and the gnu sort command.  Works pretty well.

Dave Cook
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to