/usr/share/saods9/blt3.0/treeview.tcl is in saods9-blt 7.2+dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 | # ======================================================================
#
# treeview.tcl
#
# ----------------------------------------------------------------------
# Bindings for the BLT treeview widget
# ----------------------------------------------------------------------
#
# AUTHOR: George Howlett
# Bell Labs Innovations for Lucent Technologies
# gah@lucent.com
# http://www.tcltk.com/blt
#
# RCS: $Id: treeview.tcl,v 1.1.1.1 2010/10/27 21:57:06 joye Exp $
#
# ----------------------------------------------------------------------
# Copyright (c) 1998 Lucent Technologies, Inc.
# ----------------------------------------------------------------------
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
# provided that the above copyright notice appear in all copies and that
# both that the copyright notice and warranty disclaimer appear in
# supporting documentation, and that the names of Lucent Technologies
# any of their entities not be used in advertising or publicity
# pertaining to distribution of the software without specific, written
# prior permission.
#
# Lucent Technologies disclaims all warranties with regard to this
# software, including all implied warranties of merchantability and
# fitness. In no event shall Lucent be liable for any special, indirect
# or consequential damages or any damages whatsoever resulting from loss
# of use, data or profits, whether in an action of contract, negligence
# or other tortuous action, arising out of or in connection with the use
# or performance of this software.
#
# ======================================================================
namespace eval ::blt::TreeView {
variable _private
array set _private {
afterId -1
scroll 0
column ""
space off
x 0
y 0
}
}
image create picture ::blt::TreeView::openIcon -data {
R0lGODlhEAANAMIAAAAAAH9/f///////AL+/vwAA/wAAAAAAACH5BAEAAAUALAAAAAAQAA0A
AAM8WBrM+rAEQWmIb5KxiWjNInCkV32AJHRlGQBgDA7vdN4vUa8tC78qlrCWmvRKsJTquHkp
ZTKAsiCtWq0JADs=
}
image create picture ::blt::TreeView::closeIcon -data {
R0lGODlhEAANAMIAAAAAAH9/f///////AL+/vwAA/wAAAAAAACH5BAEAAAUALAAAAAAQAA0A
AAM1WBrM+rAEMigJ8c3Kb3OSII6kGABhp1JnaK1VGwjwKwtvHqNzzd263M3H4n2OH1QBwGw6
nQkAOw==
}
if { $tcl_platform(platform) == "windows" } {
if { $tk_version >= 8.3 } {
set cursor "@[file join $blt_library treeview.cur]"
} else {
set cursor "size_we"
}
option add *TreeView.ResizeCursor [list $cursor]
} else {
option add *TreeView.ResizeCursor \
"@$blt_library/treeview.xbm $blt_library/treeview_m.xbm black white"
}
# ----------------------------------------------------------------------
#
# Initialize --
#
# Invoked by internally by Treeview_Init routine. Initializes
# the default bindings for the treeview widget entries. These
# are local to the widget, so they can't be set through the
# widget's class bind tags.
#
# ----------------------------------------------------------------------
proc blt::TreeView::Initialize { w } {
variable _private
#
# Active entry bindings
#
$w bind Entry <Enter> {
%W entry highlight current
}
$w bind Entry <Leave> {
%W entry highlight ""
}
#
# Button bindings
#
$w button bind all <ButtonRelease-1> {
set index [%W nearest %x %y blt::TreeView::_private(who)]
if { [%W index current] == $index &&
$blt::TreeView::_private(who) == "button" } {
%W see -anchor nw current
%W toggle current
}
}
$w button bind all <Enter> {
%W button highlight current
}
$w button bind all <Leave> {
%W button highlight ""
}
#
# ButtonPress-1
#
# Performs the following operations:
#
# 1. Clears the previous selection.
# 2. Selects the current entry.
# 3. Sets the focus to this entry.
# 4. Scrolls the entry into view.
# 5. Sets the selection anchor to this entry, just in case
# this is "multiple" mode.
#
$w bind Entry <ButtonPress-1> {
blt::TreeView::SetSelectionAnchor %W current
set blt::TreeView::_private(scroll) 1
}
$w bind Entry <Double-ButtonPress-1> {
if { ![%W cget -flat] } {
%W toggle current
}
}
#
# B1-Motion
#
# For "multiple" mode only. Saves the current location of the
# pointer for auto-scrolling. Resets the selection mark.
#
$w bind Entry <B1-Motion> {
set blt::TreeView::_private(x) %x
set blt::TreeView::_private(y) %y
set index [%W nearest %x %y]
if { [%W cget -selectmode] == "multiple" } {
%W selection mark $index
} else {
blt::TreeView::SetSelectionAnchor %W $index
}
}
#
# ButtonRelease-1
#
# For "multiple" mode only.
#
$w bind Entry <ButtonRelease-1> {
if { [%W cget -selectmode] == "multiple" } {
%W selection anchor current
}
after cancel $blt::TreeView::_private(afterId)
set blt::TreeView::_private(afterId) -1
set blt::TreeView::_private(scroll) 0
}
#
# Shift-ButtonPress-1
#
# For "multiple" mode only.
#
$w bind Entry <Shift-ButtonPress-1> {
if { [%W cget -selectmode] == "multiple" && [%W selection present] } {
if { [%W index anchor] == -1 } {
%W selection anchor current
}
set index [%W index anchor]
%W selection clearall
%W selection set $index current
} else {
blt::TreeView::SetSelectionAnchor %W current
}
}
$w bind Entry <Shift-Double-ButtonPress-1> {
# do nothing
}
$w bind Entry <Shift-B1-Motion> {
# do nothing
}
$w bind Entry <Shift-ButtonRelease-1> {
after cancel $blt::TreeView::_private(afterId)
set blt::TreeView::_private(afterId) -1
set blt::TreeView::_private(scroll) 0
}
#
# Control-ButtonPress-1
#
# For "multiple" mode only.
#
$w bind Entry <Control-ButtonPress-1> {
if { [%W cget -selectmode] == "multiple" } {
set index [%W index current]
%W selection toggle $index
%W selection anchor $index
} else {
blt::TreeView::SetSelectionAnchor %W current
}
}
$w bind Entry <Control-Double-ButtonPress-1> {
# do nothing
}
$w bind Entry <Control-B1-Motion> {
# do nothing
}
$w bind Entry <Control-ButtonRelease-1> {
after cancel $blt::TreeView::_private(afterId)
set blt::TreeView::_private(afterId) -1
set blt::TreeView::_private(scroll) 0
}
$w bind Entry <Control-Shift-ButtonPress-1> {
if { [%W cget -selectmode] == "multiple" && [%W selection present] } {
if { [%W index anchor] == -1 } {
%W selection anchor current
}
if { [%W selection includes anchor] } {
%W selection set anchor current
} else {
%W selection clear anchor current
%W selection set current
}
} else {
blt::TreeView::SetSelectionAnchor %W current
}
}
$w bind Entry <Control-Shift-Double-ButtonPress-1> {
# do nothing
}
$w bind Entry <Control-Shift-B1-Motion> {
# do nothing
}
$w bind Entry <ButtonRelease-3> {
blt::TreeView::EditColumn %W %X %Y
}
$w column bind all <Enter> {
%W column highlight [%W column current]
}
$w column bind all <Leave> {
%W column highlight ""
}
$w column bind Rule <Enter> {
%W column highlight [%W column current]
%W column resize activate [%W column current]
}
$w column bind Rule <Leave> {
%W column highlight ""
%W column resize activate ""
}
$w column bind Rule <ButtonPress-1> {
%W column resize anchor %x
}
$w column bind Rule <B1-Motion> {
%W column resize mark %x
}
$w column bind Rule <ButtonRelease-1> {
%W column configure [%W column current] -width [%W column resize set]
}
$w column bind all <ButtonPress-1> {
set blt::TreeView::_private(column) [%W column current]
%W column configure $blt::TreeView::_private(column) \
-titlerelief sunken
}
$w column bind all <ButtonRelease-1> {
set column [%W column current]
if { $column != "" } {
%W column invoke $column
}
%W column configure $blt::TreeView::_private(column) \
-titlerelief raised
}
# $w bind TextBoxStyle <ButtonPress-3> {
# puts stderr "widget bind buttonpress-3 %W %X %Y"
# if { [%W edit -root -test %X %Y] } {
# break
# }
# }
# $w bind TextBoxStyle <ButtonRelease-3> {
# if { [%W edit -root -test %X %Y] } {
# blt::TreeView::EditColumn %W %X %Y
# break
# }
# }
$w bind CheckBoxStyle <Enter> {
if { [%W column cget [%W column current] -edit] } {
%W style activate current [%W column current]
}
}
$w bind CheckBoxStyle <Leave> {
%W style activate ""
}
$w bind CheckBoxStyle <ButtonPress-1> {
if { [%W column cget [%W column current] -edit] } {
break
}
}
$w bind CheckBoxStyle <B1-Motion> {
if { [%W column cget [%W column current] -edit] } {
break
}
}
$w bind CheckBoxStyle <ButtonRelease-1> {
if { [%W edit -root -test %X %Y] } {
%W edit -root %X %Y
break
}
}
$w bind ComboBoxStyle <Enter> {
if { [%W column cget [%W column current] -edit] } {
%W style activate current [%W column current]
}
}
$w bind ComboBoxStyle <Leave> {
%W style activate ""
}
$w bind ComboBoxStyle <ButtonPress-1> {
if { [%W column cget [%W column current] -edit] } {
break
}
}
$w bind ComboBoxStyle <ButtonRelease-1> {
if { [%W edit -root -test %X %Y] } {
%W edit -root %X %Y
break
}
}
}
# ----------------------------------------------------------------------
#
# AutoScroll --
#
# Invoked when the user is selecting elements in a treeview
# widget and drags the mouse pointer outside of the widget.
# Scrolls the view in the direction of the pointer.
#
# ----------------------------------------------------------------------
proc blt::TreeView::AutoScroll { w } {
variable _private
if { ![winfo exists $w] } {
return
}
set x $_private(x)
set y $_private(y)
set index [$w nearest $x $y]
if {$y >= [winfo height $w]} {
$w yview scroll 1 units
set neighbor down
} elseif {$y < 0} {
$w yview scroll -1 units
set neighbor up
} else {
set neighbor $index
}
if { [$w cget -selectmode] == "single" } {
SetSelectionAnchor $w $neighbor
} else {
$w selection mark $index
}
set _private(afterId) [after 50 blt::TreeView::AutoScroll $w]
}
proc blt::TreeView::SetSelectionAnchor { w tagOrId } {
set index [$w index $tagOrId]
$w selection clearall
$w see $index
$w focus $index
$w selection set $index
$w selection anchor $index
}
# ----------------------------------------------------------------------
#
# MoveFocus --
#
# Invoked by KeyPress bindings. Moves the active selection to
# the entry <where>, which is an index such as "up", "down",
# "prevsibling", "nextsibling", etc.
#
# ----------------------------------------------------------------------
proc blt::TreeView::MoveFocus { w tagOrId } {
catch {$w focus $tagOrId}
if { [$w cget -selectmode] == "single" } {
$w selection clearall
$w selection set focus
$w selection anchor focus
}
$w see focus
}
# ----------------------------------------------------------------------
#
# MovePage --
#
# Invoked by KeyPress bindings. Pages the current view up or
# down. The <where> argument should be either "top" or
# "bottom".
#
# ----------------------------------------------------------------------
proc blt::TreeView::MovePage { w where } {
# If the focus is already at the top/bottom of the window, we want
# to scroll a page. It's really one page minus an entry because we
# want to see the last entry on the next/last page.
if { [$w index focus] == [$w index view.$where] } {
if {$where == "top"} {
$w yview scroll -1 pages
$w yview scroll 1 units
} else {
$w yview scroll 1 pages
$w yview scroll -1 units
}
}
update
# Adjust the entry focus and the view. Also activate the entry.
# just in case the mouse point is not in the widget.
$w entry highlight view.$where
$w focus view.$where
$w see view.$where
if { [$w cget -selectmode] == "single" } {
$w selection clearall
$w selection set focus
}
}
# ----------------------------------------------------------------------
#
# NextMatch --
#
# Invoked by KeyPress bindings. Searches for an entry that
# starts with the letter <char> and makes that entry active.
#
# ----------------------------------------------------------------------
proc blt::TreeView::NextMatch { w key } {
if {[string match {[ -~]} $key]} {
set last [$w index focus]
if { $last == -1 } {
return; # No focus.
}
set next [$w index next]
if { $next == -1 } {
set next $last
}
while { $next != $last } {
set label [$w entry cget $next -label]
set label [string index $label 0]
if { [string tolower $label] == [string tolower $key] } {
break
}
set next [$w index -at $next next]
}
$w focus $next
if {[$w cget -selectmode] == "single"} {
$w selection clearall
$w selection set focus
}
$w see focus
}
}
#------------------------------------------------------------------------
#
# InsertText --
#
# Inserts a text string into an entry at the insertion cursor.
# If there is a selection in the entry, and it covers the point
# of the insertion cursor, then delete the selection before
# inserting.
#
# Arguments:
# w Widget where to insert the text.
# text Text string to insert (usually just a single character)
#
#------------------------------------------------------------------------
proc blt::TreeView::InsertText { w text } {
if { [string length $text] > 0 } {
set index [$w index insert]
if { ($index >= [$w index sel.first]) &&
($index <= [$w index sel.last]) } {
$w delete sel.first sel.last
}
$w insert $index $text
}
}
#------------------------------------------------------------------------
#
# Transpose -
#
# This procedure implements the "transpose" function for entry
# widgets. It tranposes the characters on either side of the
# insertion cursor, unless the cursor is at the end of the line.
# In this case it transposes the two characters to the left of
# the cursor. In either case, the cursor ends up to the right
# of the transposed characters.
#
# Arguments:
# w The entry window.
#
#------------------------------------------------------------------------
proc blt::TreeView::Transpose { w } {
set i [$w index insert]
if {$i < [$w index end]} {
incr i
}
set first [expr {$i-2}]
if {$first < 0} {
return
}
set new [string index [$w get] [expr {$i-1}]][string index [$w get] $first]
$w delete $first $i
$w insert insert $new
}
#------------------------------------------------------------------------
#
# GetSelection --
#
# Returns the selected text of the entry with respect to the
# -show option.
#
# Arguments:
# w Entry window from which the text to get
#
#------------------------------------------------------------------------
proc blt::TreeView::GetSelection { w } {
set text [string range [$w get] [$w index sel.first] \
[expr [$w index sel.last] - 1]]
if {[$w cget -show] != ""} {
regsub -all . $text [string index [$w cget -show] 0] text
}
return $text
}
proc blt::TreeView::EditColumn { w x y } {
$w see current
if { [winfo exists $w.edit] } {
destroy $w.edit
return
}
if { ![$w edit -root -test $x $y] } {
return
}
$w edit -root $x $y
update
if { [winfo exists $w.edit] } {
focus $w.edit
$w.edit selection range 0 end
grab set $w.edit
tkwait window $w.edit
grab release $w.edit
}
}
#
# ButtonPress assignments
#
# B1-Enter start auto-scrolling
# B1-Leave stop auto-scrolling
# ButtonPress-2 start scan
# B2-Motion adjust scan
# ButtonRelease-2 stop scan
#
bind TreeView <ButtonPress-2> {
set blt::TreeView::_private(cursor) [%W cget -cursor]
%W configure -cursor hand1
%W scan mark %x %y
}
bind TreeView <B2-Motion> {
%W scan dragto %x %y
}
bind TreeView <ButtonRelease-2> {
%W configure -cursor $blt::TreeView::_private(cursor)
}
bind TreeView <B1-Leave> {
if { $blt::TreeView::_private(scroll) } {
blt::TreeView::AutoScroll %W
}
}
bind TreeView <B1-Enter> {
after cancel $blt::TreeView::_private(afterId)
set blt::TreeView::_private(afterId) -1
}
#
# KeyPress assignments
#
# Up
# Down
# Shift-Up
# Shift-Down
# Prior (PageUp)
# Next (PageDn)
# Left
# Right
# space Start selection toggle of entry currently with focus.
# Return Start selection toggle of entry currently with focus.
# Home
# End
# F1
# F2
# ASCII char Go to next open entry starting with character.
#
# KeyRelease
#
# space Stop selection toggle of entry currently with focus.
# Return Stop selection toggle of entry currently with focus.
bind TreeView <KeyPress-Up> {
blt::TreeView::MoveFocus %W up
if { $blt::TreeView::_private(space) } {
%W selection toggle focus
}
}
bind TreeView <KeyPress-Down> {
blt::TreeView::MoveFocus %W down
if { $blt::TreeView::_private(space) } {
%W selection toggle focus
}
}
bind TreeView <Shift-KeyPress-Up> {
blt::TreeView::MoveFocus %W prevsibling
}
bind TreeView <Shift-KeyPress-Down> {
blt::TreeView::MoveFocus %W nextsibling
}
bind TreeView <KeyPress-Prior> {
blt::TreeView::MovePage %W top
}
bind TreeView <KeyPress-Next> {
blt::TreeView::MovePage %W bottom
}
bind TreeView <KeyPress-Left> {
%W close focus
}
bind TreeView <KeyPress-Right> {
%W open focus
%W see focus -anchor w
}
bind TreeView <KeyPress-space> {
if { [%W cget -selectmode] == "single" } {
if { [%W selection includes focus] } {
%W selection clearall
} else {
%W selection clearall
%W selection set focus
}
} else {
%W selection toggle focus
}
set blt::TreeView::_private(space) on
}
bind TreeView <KeyRelease-space> {
set blt::TreeView::_private(space) off
}
bind TreeView <KeyPress-Return> {
blt::TreeView::MoveFocus %W focus
set blt::TreeView::_private(space) on
}
bind TreeView <KeyRelease-Return> {
set blt::TreeView::_private(space) off
}
bind TreeView <KeyPress> {
blt::TreeView::NextMatch %W %A
}
bind TreeView <KeyPress-Home> {
blt::TreeView::MoveFocus %W top
}
bind TreeView <KeyPress-End> {
blt::TreeView::MoveFocus %W bottom
}
bind TreeView <KeyPress-F1> {
%W open -r root
}
bind TreeView <KeyPress-F2> {
eval %W close -r [%W entry children root]
}
if {[string equal "x11" [tk windowingsystem]]} {
bind TreeView <4> {
%W yview scroll -5 units
}
bind TreeView <5> {
%W yview scroll 5 units
}
} else {
bind TreeView <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}
}
#
# Differences between id "current" and operation nearest.
#
# set index [$w index current]
# set index [$w nearest $x $y]
#
# o Nearest gives you the closest entry.
# o current is "" if
# 1) the pointer isn't over an entry.
# 2) the pointer is over a open/close button.
# 3)
#
#
# Edit mode assignments
#
# ButtonPress-3 Enables/disables edit mode on entry. Sets focus to
# entry.
#
# KeyPress
#
# Left Move insertion position to previous.
# Right Move insertion position to next.
# Up Move insertion position up one line.
# Down Move insertion position down one line.
# Return End edit mode.
# Shift-Return Line feed.
# Home Move to first position.
# End Move to last position.
# ASCII char Insert character left of insertion point.
# Del Delete character right of insertion point.
# Delete Delete character left of insertion point.
# Ctrl-X Cut
# Ctrl-V Copy
# Ctrl-P Paste
#
# KeyRelease
#
# ButtonPress-1 Start selection if in entry, otherwise clear selection.
# B1-Motion Extend/reduce selection.
# ButtonRelease-1 End selection if in entry, otherwise use last
# selection.
# B1-Enter Disabled.
# B1-Leave Disabled.
# ButtonPress-2 Same as above.
# B2-Motion Same as above.
# ButtonRelease-2 Same as above.
#
#
# Standard Motif bindings:
bind TreeViewEditor <ButtonPress-1> {
%W icursor @%x,%y
%W selection clear
}
bind TreeViewEditor <Left> {
%W icursor last
%W selection clear
}
bind TreeViewEditor <Right> {
%W icursor next
%W selection clear
}
bind TreeViewEditor <Shift-Left> {
set new [expr {[%W index insert] - 1}]
if {![%W selection present]} {
%W selection from insert
%W selection to $new
} else {
%W selection adjust $new
}
%W icursor $new
}
bind TreeViewEditor <Shift-Right> {
set new [expr {[%W index insert] + 1}]
if {![%W selection present]} {
%W selection from insert
%W selection to $new
} else {
%W selection adjust $new
}
%W icursor $new
}
bind TreeViewEditor <Home> {
%W icursor 0
%W selection clear
}
bind TreeViewEditor <Shift-Home> {
set new 0
if {![%W selection present]} {
%W selection from insert
%W selection to $new
} else {
%W selection adjust $new
}
%W icursor $new
}
bind TreeViewEditor <End> {
%W icursor end
%W selection clear
}
bind TreeViewEditor <Shift-End> {
set new end
if {![%W selection present]} {
%W selection from insert
%W selection to $new
} else {
%W selection adjust $new
}
%W icursor $new
}
bind TreeViewEditor <Delete> {
if { [%W selection present]} {
%W delete sel.first sel.last
} else {
%W delete insert
}
}
bind TreeViewEditor <BackSpace> {
if { [%W selection present] } {
%W delete sel.first sel.last
} else {
set index [expr [%W index insert] - 1]
if { $index >= 0 } {
%W delete $index $index
}
}
}
bind TreeViewEditor <Control-space> {
%W selection from insert
}
bind TreeViewEditor <Select> {
%W selection from insert
}
bind TreeViewEditor <Control-Shift-space> {
%W selection adjust insert
}
bind TreeViewEditor <Shift-Select> {
%W selection adjust insert
}
bind TreeViewEditor <Control-slash> {
%W selection range 0 end
}
bind TreeViewEditor <Control-backslash> {
%W selection clear
}
bind TreeViewEditor <KeyPress> {
blt::TreeView::InsertText %W %A
}
# Ignore all Alt, Meta, and Control keypresses unless explicitly bound.
# Otherwise, if a widget binding for one of these is defined, the
# <KeyPress> class binding will also fire and insert the character,
# which is wrong. Ditto for Escape, Return, and Tab.
bind TreeViewEditor <Alt-KeyPress> {
# nothing
}
bind TreeViewEditor <Meta-KeyPress> {
# nothing
}
bind TreeViewEditor <Control-KeyPress> {
# nothing
}
bind TreeViewEditor <Escape> {
%W cancel
}
bind TreeViewEditor <Return> {
%W apply
}
bind TreeViewEditor <Shift-Return> {
blt::TreeView::InsertText %W "\n"
}
bind TreeViewEditor <KP_Enter> {
# nothing
}
bind TreeViewEditor <Tab> {
# nothing
}
if {![string compare $tcl_platform(platform) "macintosh"]} {
bind TreeViewEditor <Command-KeyPress> {
# nothing
}
}
# On Windows, paste is done using Shift-Insert. Shift-Insert already
# generates the <<Paste>> event, so we don't need to do anything here.
if { [string compare $tcl_platform(platform) "windows"] != 0 } {
bind TreeViewEditor <Insert> {
catch {blt::TreeView::InsertText %W [selection get -displayof %W]}
}
}
# Additional emacs-like bindings:
bind TreeViewEditor <ButtonRelease-3> {
set parent [winfo parent %W]
%W cancel
}
bind TreeViewEditor <Control-a> {
%W icursor 0
%W selection clear
}
bind TreeViewEditor <Control-b> {
%W icursor [expr {[%W index insert] - 1}]
%W selection clear
}
bind TreeViewEditor <Control-d> {
%W delete insert
}
bind TreeViewEditor <Control-e> {
%W icursor end
%W selection clear
}
bind TreeViewEditor <Control-f> {
%W icursor [expr {[%W index insert] + 1}]
%W selection clear
}
bind TreeViewEditor <Control-h> {
if {[%W selection present]} {
%W delete sel.first sel.last
} else {
set index [expr [%W index insert] - 1]
if { $index >= 0 } {
%W delete $index $index
}
}
}
bind TreeViewEditor <Control-k> {
%W delete insert end
}
if 0 {
bind TreeViewEditor <Control-t> {
blt::TreeView::Transpose %W
}
bind TreeViewEditor <Meta-b> {
%W icursor [blt::TreeView::PreviousWord %W insert]
%W selection clear
}
bind TreeViewEditor <Meta-d> {
%W delete insert [blt::TreeView::NextWord %W insert]
}
bind TreeViewEditor <Meta-f> {
%W icursor [blt::TreeView::NextWord %W insert]
%W selection clear
}
bind TreeViewEditor <Meta-BackSpace> {
%W delete [blt::TreeView::PreviousWord %W insert] insert
}
bind TreeViewEditor <Meta-Delete> {
%W delete [blt::TreeView::PreviousWord %W insert] insert
}
# tkEntryNextWord -- Returns the index of the next word position
# after a given position in the entry. The next word is platform
# dependent and may be either the next end-of-word position or the
# next start-of-word position after the next end-of-word position.
#
# Arguments:
# w - The entry window in which the cursor is to move.
# start - Position at which to start search.
if {![string compare $tcl_platform(platform) "windows"]} {
proc blt::TreeView::NextWord {w start} {
set pos [tcl_endOfWord [$w get] [$w index $start]]
if {$pos >= 0} {
set pos [tcl_startOfNextWord [$w get] $pos]
}
if {$pos < 0} {
return end
}
return $pos
}
} else {
proc blt::TreeView::NextWord {w start} {
set pos [tcl_endOfWord [$w get] [$w index $start]]
if {$pos < 0} {
return end
}
return $pos
}
}
# PreviousWord --
#
# Returns the index of the previous word position before a given
# position in the entry.
#
# Arguments:
# w - The entry window in which the cursor is to move.
# start - Position at which to start search.
proc blt::TreeView::PreviousWord {w start} {
set pos [tcl_startOfPreviousWord [$w get] [$w index $start]]
if {$pos < 0} {
return 0
}
return $pos
}
}
|