table widget?

Mike Clarkson support at internetdiscovery.com
Thu May 24 19:57:07 EDT 2001


On Wed, 23 May 2001 21:56:42 GMT, Stijn Gunst
<stijn.gunst at student.kuleuven.ac.be> wrote:

>hi
>
>i can't find a tablewidget for Python (not even in the Pmw megawidget
>module)
>how should i visually represent sql-data with those modules? a array of
>editboxes seems a bit cumbersome

There is a good table widget for Tk called TkTable.

You could load the extention from Tkinter using root.tk.eval()
and use tk.eval to manipulate it. it should also be relatively
straight forward to extend the Tkinter code to "wrap" TkTable.

Mike.



More information about the Python-list mailing list