Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9409 > unrolled thread
| Started by | Vlastimil Brom <vlastimil.brom@gmail.com> |
|---|---|
| First post | 2011-07-13 18:17 +0200 |
| Last post | 2011-07-13 18:17 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Vlastimil Brom <vlastimil.brom@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? |
| Message-ID | <mailman.993.1310573880.1164.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web