Michael Onfrek wrote:
> Hi,
> is copy, paste, cut of selection possible in entry widget? Docs say
> selection must be copied by default, in my programm it doesn't work.
> Regards, M.O.
>
Hear it is
def paste(self):
self.entry.event_generate('')
def cut(self):
I need it for Linux, so far only TkInter used.
--
http://mail.python.org/mailman/listinfo/python-list
Skip Montanaro wrote:
> Michael> is copy, paste, cut of selection possible in entry widget? Docs
> Michael> say selection must be copied by default, in my programm it
> Michael> doesn't work.
>
> What platform? What GUI toolkit?
>
Linux, Windows. TkInter, Pmw.
I've already implement
Michael> is copy, paste, cut of selection possible in entry widget? Docs
Michael> say selection must be copied by default, in my programm it
Michael> doesn't work.
What platform? What GUI toolkit?
--
Skip Montanaro
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/pytho
Hi,
is copy, paste, cut of selection possible in entry widget? Docs say
selection must be copied by default, in my programm it doesn't work.
Regards, M.O.
--
http://mail.python.org/mailman/listinfo/python-list