"Simon Forman" <[EMAIL PROTECTED]> wrote:
| I find the "Tkinter reference: a GUI for Python" under "Local links" on
| this page http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html to
| be very helpful. It has a decent discussion of the grid layout
| manager.
|
| HTH,
| ~Simon
Thanks am c
"Eric Brunel" <[EMAIL PROTECTED]> wrote:
|On Wed, 26 Jul 2006 12:46:39 +0200, H J van Rooyen <[EMAIL PROTECTED]>
|wrote:
|
|> Hi,
|>
|> I am struggling to get the pack method to do what I intend.
|> I am trying to display user input in a seperate window, along with
|> a little description of the
H J van Rooyen wrote:
> Hi,
>
> I am struggling to get the pack method to do what I intend.
> I am trying to display user input in a seperate window, along with
> a little description of the field, something like this:
>
> Current entry
> Company : entered co. name
> F
I find the "Tkinter reference: a GUI for Python" under "Local links" on
this page http://infohost.nmt.edu/tcc/help/lang/python/tkinter.html to
be very helpful. It has a decent discussion of the grid layout
manager.
HTH,
~Simon
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, 26 Jul 2006 12:46:39 +0200, H J van Rooyen <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I am struggling to get the pack method to do what I intend.
> I am trying to display user input in a seperate window, along with
> a little description of the field, something like this:
>
> Curr