Re: Newbie Question
From: Thomas F.B. (tarball_at_phreaker.foo)
Date: 11/02/03
- Next message: Michael Peuser: "Re: Tkinter pack bug in Python 2.3"
- Previous message: Wade Leftwich: "Re: Food at Pycon"
- In reply to: PythonRAD: "Newbie Question"
- Next in thread: Michael Peuser: "Re: Newbie Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 02 Nov 2003 15:23:01 +0100
On Sun, 02 Nov 2003 12:42:22 +0000, PythonRAD wrote:
>
> How can I do for insert a text into Entry widget?
>
Have a look at the Tkinter tutorial by Fredrik Lundh at:
http://www.pythonware.com/library/tkinter/introduction/index.htm
In section 25, you will find a short description of all methods
of the 'Entry widget' (including the method: 'insert').
-- mailto: tarball@phreaker.foo (foo = net)
- Next message: Michael Peuser: "Re: Tkinter pack bug in Python 2.3"
- Previous message: Wade Leftwich: "Re: Food at Pycon"
- In reply to: PythonRAD: "Newbie Question"
- Next in thread: Michael Peuser: "Re: Newbie Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|