[Tutor] wxPython / Tkinter Grid
Michael Lange
klappnase at freenet.de
Fri Apr 1 12:35:13 CEST 2005
On Fri, 1 Apr 2005 09:11:20 +0100
"Alan Gauld" <alan.gauld at freenet.co.uk> wrote:
> > I know a wxPython grid is totally different to a Tkinter grid, but
> is
> > there a Tkinter equivalent of a wxPython grid? I'm finding wxPython
> to
> > be fiddly and restrictive...
>
> Then Tkinter will be more so. Tk is a fairly basic toolkit, fine for
> wrapping a command line app in a glossy front end but not for
> sophisticated GUI work.
>
> There is no grid component in Tk out of the box, but some add on
> toolkits
> supply one. Try searching on the Vaults of Parnassus or on the
> ActiveState site if you are determined to try Tkinter...
>
> Alan G.
>
Or look here:
http://tkinter.unpythonic.net/wiki/Widgets
There is a number of links to table widget implementations in Tkinter o nthe wiki page.
I hope this helps
Michael
More information about the Tutor
mailing list