8 lines
454 B
Plaintext
8 lines
454 B
Plaintext
mentryWidget.tcl: bind MentryEntry <Control-Left> { mentry::tabToPrev %W }
|
|
mentryWidget.tcl: mentry::tabToPrev %W
|
|
mentryWidget.tcl:# mentry::tabToPrev
|
|
mentryWidget.tcl:proc mentry::tabToPrev w {
|
|
mwutil.tcl:# scripts bound to the events <Key-Tab>, <Shift-Key-Tab>, and <<PrevWindow>>
|
|
mwutil.tcl:# <Shift-Key-Tab> was replaced with <<PrevWindow>> in Tk 8.3.0.) This tag is
|
|
mwutil.tcl: foreach event {<Key-Tab> <Shift-Tab> <<PrevWindow>>} {
|