TreeCtrl Object (win32ui)

Guido van Rossum guido at cnri.reston.va.us
Wed Sep 15 23:42:14 EDT 1999


jayseye at my-deja.com writes:

> Does Python offer a cross-platform Tree control,
> or does it only provide access to the Win32 control
> when running under Windows?

Yes.  IDLE 0.5 has a TreeWidget module that works with Tkinter.  It is
not in any distribution yet, you need to get it via the CVS archives,
see http://www.python.org/download/cvs.html.  IDLE is in Tools/idle/.

--Guido van Rossum (home page: http://www.python.org/~guido/)




More information about the Python-list mailing list