in reply to Entry Widget (copy and paste issue)
Also:
#!/usr/bin/perl use Tk; $top = new MainWindow; $top->eventAdd(qw[<<Copy>> <Key-F4>]); $top->eventAdd(qw[<<Paste>> <Key-F5>]); $top->Text->pack; MainLoop; __END__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Entry Widget (copy and paste issue)
by rookie_monk (Novice) on Sep 15, 2010 at 15:55 UTC | |
by Anonymous Monk on Sep 15, 2010 at 16:24 UTC | |
by rookie_monk (Novice) on Sep 15, 2010 at 17:24 UTC | |
by Anonymous Monk on Nov 10, 2014 at 15:01 UTC |