On Wed, Mar 19, 2008 at 02:34:38AM -0400, inhahe wrote:
                        .
                        .
                        .
> I can't find a comprehensive list of tkinter event types..
> http://infohost.nmt.edu/tcc/help/pubs/tkinter/event-types.html just says
> 'The full set of event types is rather large, but a lot of them are not
> commonly used. Here are most of the ones you'll need:'
> 
> particularly what i want to do is have something happen when the text in a
> text box changes..
                        .
                        .
                        .
Oh, *that*; much the most canonical way to deal with
changes-in-the-text-of-a-text is to set a textvariable,
and a trace on that textvariable.  <URL:
http://www.astro.washington.edu/owen/ROTKFolklore.html#TkVariables >
<URL: http://tkinter.unpythonic.net/wiki/ValidateEntry >
give pertinent examples.  
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to