How do you get the value you entered using the Entry widget in Tkinter?
Vlastimil Brom
vlastimil.brom at gmail.com
Wed Jul 13 12:17:58 EDT 2011
More information about the Python-list mailing list
Wed Jul 13 12:17:58 EDT 2011
- Previous message (by thread): How do you get the value you entered using the Entry widget in Tkinter?
- Next message (by thread): Python Contribution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2011/7/13 Benji Benjokal <benjokal at 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
- Previous message (by thread): How do you get the value you entered using the Entry widget in Tkinter?
- Next message (by thread): Python Contribution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list