tree widget in python

Weet Vanniks Weet.Vanniks at el_simpatico.be
Tue Sep 4 06:41:54 EDT 2001


Just download wxPython and run the (nice) demo.
Et voilà, you have your tree control.

Weet

Gilles Bourgeois wrote:

> hi ,from france
> does anyone gnows if tree widget exists in wxpython
> I need a kind of expandable graphical tree  (like when brosing a file
> system with the Windoze file explorer)
>
> My aim is to use a tree to have a expandable view of a C structure ;
>
> this could be :
> typedef {
>  char* toto;
>  struct titi {
>  int x;
>  int y;}
> }S
>
> and I want to  give a graphical representation of S, the user then may
> access to all fields of the S 'C structure' and fill in the parameter.
>
> TIA
> gilles




More information about the Python-list mailing list