-- Original Message ---
From: Gigs <[EMAIL PROTECTED]>
To: John McMonagle <[EMAIL PROTECTED]>
Sent: Sat, 10 Mar 2007 15:13:20 +0100
Subject: {Possible_Spam} Re: {Possible_Spam} tkinter text editor
> John McMonagle wrote:
> > Gigs_ wrote:
> &g
Gigs_ wrote:
> I'm writing text editor.
>
> How to enable/disable (cut, copy etc.) when text is selected/not selected
Bind the Button1-ButtonRelease event to a function which checks the
length of the SEL tag of the text widget. If it is zero length, disable
the appropriate menu entries, if it