~ubuntu-branches/ubuntu/wily/tk8.6/wily

« back to all changes in this revision

Viewing changes to library/text.tcl

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2013-10-05 11:59:47 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20131005115947-fuy2i0zetr6iuyn3
Added the libtk8.6-dbg package with libtk8.6 debug symbols in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
# Macintosh only bindings:
361
361
 
362
362
if {[tk windowingsystem] eq "aqua"} {
363
 
bind Text <<Paste>> {
 
363
bind Text <Control-v> {
364
364
    tk::TextScrollPages %W 1
365
365
}
366
366