Re: tkinter text editor

2007-03-08 Thread James Stroud
Gigs_ wrote: > jim-on-linux wrote: > >> On Friday 09 March 2007 12:04, Gigs_ wrote: >> >>> Gigs_ wrote: >>> I'm writing text editor. How to enable/disable (cut, copy etc.) when text is selected/not selected >>> >>> Btw it is cut copy ... in edit menu >> >> >> >> state = 'diable

Re: tkinter text editor

2007-03-08 Thread Gigs_
jim-on-linux wrote: > On Friday 09 March 2007 12:04, Gigs_ wrote: >> Gigs_ wrote: >>> I'm writing text editor. >>> >>> How to enable/disable (cut, copy etc.) when >>> text is selected/not selected >> Btw it is cut copy ... in edit menu > > > state = 'diabled' ## no change allowed >

Re: tkinter text editor

2007-03-08 Thread jim-on-linux
On Friday 09 March 2007 12:04, Gigs_ wrote: > Gigs_ wrote: > > I'm writing text editor. > > > > How to enable/disable (cut, copy etc.) when > > text is selected/not selected > > Btw it is cut copy ... in edit menu state = 'diabled' ## no change allowed ## to Text Wige

Re: tkinter text editor

2007-03-08 Thread Gigs_
Gigs_ wrote: > I'm writing text editor. > > How to enable/disable (cut, copy etc.) when text is selected/not selected Btw it is cut copy ... in edit menu -- http://mail.python.org/mailman/listinfo/python-list