Newbie Question

Thomas F.B. tarball at phreaker.foo
Sun Nov 2 09:23:01 EST 2003


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 at phreaker.foo (foo = net)




More information about the Python-list mailing list