Is there any grid/table in Tkinter ?

Martin Rand hsl at tcp.co.uk
Mon Jul 10 09:19:07 EDT 2000


On Mon, 10 Jul 2000 02:06:38 -0700, "Fanny Yeung" <fannyy at idmail.com>
wrote:

>Hi everybody,
>
>I am reading "Python and Tkinter Programming" and I am thinking of writing a
>simple database application that need to show table of data ( something
>similar to grid control in VB or Jtable in Swing). I guess I can use Canvas
>to implement that but I wonder anyone have implement this already ? If yes,
>can I use it ? Or is there by any chance provided by Tkinter directly or
>indirectly ?
>
Doug Hellmann's contributed extras to Pmw include a simple grid widget
for displaying a sequence collection. It probably won't do all you
want, but is a starting point for deriving your own.

--
Martin Rand
Highfield Software Ltd
mwr at highfield-software.co.uk
Phone: +44 (0)23 8025 2445
Fax:   +44 (0)23 8025 2445



More information about the Python-list mailing list