Re: Newbie Question

From: Thomas F.B. (tarball_at_phreaker.foo)
Date: 11/02/03


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)


Relevant Pages

  • Re: Doubts about binds
    ... I need to format an entry widget always the user go out there. ... entry .foo -textvariable mynamespace::text ... bind .foo <FocusOut> { ... It always makes it much easier if your bindings call procs so my solution uses a proc. ...
    (comp.lang.tcl)
  • Re: Three(3) wish/BWidget questions
    ... - I am using an entry widget. ... warning to pop up and ask me if I want to save the changes. ... put a bindind for keypresses but that is too restrictive. ... ..foo insert insert $txt ...
    (comp.lang.tcl)