GUI framework with TreeView

Olivier Dagenais olivierS.dagenaisP at canadaA.comM
Wed Jul 5 08:33:02 EDT 2000


I was looking for EXACTLY that and I found it, along with a whole lot of
other cool stuff:
http://www.wxwindows.org
and if you're using Python:
http://www.wxpython.org

There's also a MAC port coming along.

It attempts to provide many nice features of the OS GUIs out there, not just
a "lowest common denominator".  It does so by using native OS
components/APIs wherever possible, so the Treeview isn't some
re-implementation, it looks and feels just like MS's treeview.

Oh, and it's free:  http://wxwindows.org/newlicen.htm

--
----------------------------------------------------------------------
Olivier A. Dagenais - Carleton University - Computer Science III


"Thaddeus L Olczyk" <olczyk at interaccess.com> wrote in message
news:3967f81e.23966859 at nntp.interaccess.com...
> I need a "free" gui framework that runs on both Windows and UNIX
> ( so that lets out QT ) and gives me a component similr to Microsofts
> TreeView. Does anyone know of such a thing?





More information about the Python-list mailing list