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


Groups > comp.lang.python > #9409 > unrolled thread

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

Started byVlastimil Brom <vlastimil.brom@gmail.com>
First post2011-07-13 18:17 +0200
Last post2011-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.


Contents

  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

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

FromVlastimil Brom <vlastimil.brom@gmail.com>
Date2011-07-13 18:17 +0200
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web