[Tutor] tkinter

Paulino paulino1 at sapo.pt
Mon Oct 9 23:44:03 CEST 2006


Hi Abdullah!

There is a kind of grid for tkinter that you can find online in the 
python cookbook, search for MultiListbox.

But if you really want a spreadsheet like grid, you'd rather use wx.grid 
from wxPython.

wxPython is much more powerfull than tkinter and is as easy to learn.
You can find lots od doc's in www.wxpython.org.



> Date: Mon, 9 Oct 2006 14:23:32 +0300
> From: "Abdullah Anar" <abdullah.anar at gmail.com>
> Subject: [Tutor] tkinter
> To: tutor at python.org
> Message-ID:
> 	<71e07f040610090423i116a093fpff0a97a2c9bce28e at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hello,
>
> We try to build new software using python and tkinter. We would like to
> enter some fields using grid style. I mean we want to use rows to see old
> entries and to enter new one. I hope I could explain, because it also is
> not  easy. I know there is grid to locate buttons, labels and something like
> these. I hope I could explain I did not mean this grid which is using
> instead of pack.
>
> we wonder if there is already some classes or widgets to do this.
>
> thanks for help from now
>
> Abdullah Anar
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://mail.python.org/pipermail/tutor/attachments/20061009/41a5ee23/attachment-0001.html 
>
>   



More information about the Tutor mailing list