Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9409

Re: How do you get the value you entered using the Entry widget in Tkinter?

References <CAH1jUHD-d8++CoMosybhXxHUrAmPFrbHxtmnS1hO-MQJFwbHBw@mail.gmail.com>
Date 2011-07-13 18:17 +0200
Subject Re: How do you get the value you entered using the Entry widget in Tkinter?
From Vlastimil Brom <vlastimil.brom@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.993.1310573880.1164.python-list@python.org> (permalink)

Show all headers | View raw


2011/7/13 Benji Benjokal <benjokal@gmail.com>:
> What is the simplist way to get the value you entered from the Entry widget
> in  Tkinter?
> Thanks Benji

> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Hi,
you can use the get() method of that widget;
see e.g.
http://effbot.org/tkinterbook/entry.htm
for a sample code.
  hth,
   vbr

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How do you get the value you entered using the Entry widget in Tkinter? Vlastimil Brom <vlastimil.brom@gmail.com> - 2011-07-13 18:17 +0200

csiph-web