Searched refs:KeyPress (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dbutton.tcl44 bind TRadiobutton <KeyPress-Up> { ttk::button::RadioTraverse %W -1 }
45 bind TRadiobutton <KeyPress-Down> { ttk::button::RadioTraverse %W +1 }
47 # bind TCheckbutton <KeyPress-plus> { %W select }
48 # bind TCheckbutton <KeyPress-minus> { %W deselect }
H A Dtreeview.tcl36 bind Treeview <KeyPress-Up> { ttk::treeview::Keynav %W up }
37 bind Treeview <KeyPress-Down> { ttk::treeview::Keynav %W down }
38 bind Treeview <KeyPress-Right> { ttk::treeview::Keynav %W right }
39 bind Treeview <KeyPress-Left> { ttk::treeview::Keynav %W left }
40 bind Treeview <KeyPress-Prior> { %W yview scroll -1 pages }
41 bind Treeview <KeyPress-Next> { %W yview scroll 1 pages }
42 bind Treeview <KeyPress-Return> { ttk::treeview::ToggleFocus %W }
43 bind Treeview <KeyPress-space> { ttk::treeview::ToggleFocus %W }
H A Dnotebook.tcl118 bind $top <Option-KeyPress> \
121 bind $top <Alt-KeyPress> \
187 # Alt-KeyPress binding procedure for mnemonic activation.
H A Dspinbox.tcl22 bind TSpinbox <KeyPress-Up> { event generate %W <<Increment>> }
23 bind TSpinbox <KeyPress-Down> { event generate %W <<Decrement>> }
H A Dcombobox.tcl50 bind TCombobox <KeyPress-Down> { ttk::combobox::Post %W }
51 bind TCombobox <KeyPress-Escape> { ttk::combobox::Unpost %W }
67 bind ComboboxListbox <KeyPress-Return> { ttk::combobox::LBSelected %W }
68 bind ComboboxListbox <KeyPress-Escape> { ttk::combobox::LBCancel %W }
69 bind ComboboxListbox <KeyPress-Tab> { ttk::combobox::LBTab %W next }
H A Dcursors.tcl184 bind . <KeyPress-Escape> [list destroy .]
H A Dentry.tcl119 bind TEntry <KeyPress> { ttk::entry::Insert %W %A }
124 # Otherwise, the <KeyPress> class binding will fire and insert the character.
127 bind TEntry <Alt-KeyPress> {# nothing}
128 bind TEntry <Meta-KeyPress> {# nothing}
129 bind TEntry <Control-KeyPress> {# nothing}
138 bind TEntry <Command-KeyPress> {# nothing}
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dtreetags.test129 $tv tag bind tag1 <KeyPress> {set ::KEY %A}
130 $tv tag bind tag1 <KeyPress>
136 focus -force $tv ; update ;# needed so [event generate] delivers KeyPress
138 event generate $tv <KeyPress-a>
145 $tv tag bind tag2 <KeyPress> [list set ::KEY2 %A]
148 event generate $tv <KeyPress-b>
150 event generate $tv <KeyPress-c>
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddropsite.tcl72 bind DragTop <KeyPress-Shift_L> {DropSite::_update_operation [expr %s | 1]}
73 bind DragTop <KeyPress-Shift_R> {DropSite::_update_operation [expr %s | 1]}
74 bind DragTop <KeyPress-Control_L> {DropSite::_update_operation [expr %s | 4]}
75 bind DragTop <KeyPress-Control_R> {DropSite::_update_operation [expr %s | 4]}
77 bind DragTop <KeyPress-Alt_L> {DropSite::_update_operation [expr %s | 8]}
78 bind DragTop <KeyPress-Alt_R> {DropSite::_update_operation [expr %s | 8]}
80 bind DragTop <KeyPress-Alt_L> {DropSite::_update_operation [expr %s | 16]}
81 bind DragTop <KeyPress-Alt_R> {DropSite::_update_operation [expr %s | 16]}
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit175 bind [$win.text component text] <KeyPress> "
192 bind . <Control-KeyPress-l> { .mbar.file.menu invoke "Load..." }
196 bind . <Control-KeyPress-s> { .mbar.file.menu invoke "Save As..." }
201 bind . <Control-KeyPress-q> { .mbar.file.menu invoke Quit }
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile30 bind .file <KeyPress-Return> {show_file [.file get]}
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl43 bind TreeCtrl <KeyPress-Up> {
46 bind TreeCtrl <Shift-KeyPress-Up> {
49 bind TreeCtrl <KeyPress-Down> {
52 bind TreeCtrl <Shift-KeyPress-Down> {
55 bind TreeCtrl <KeyPress-Left> {
62 bind TreeCtrl <Shift-KeyPress-Left> {
65 bind TreeCtrl <Control-KeyPress-Left> {
68 bind TreeCtrl <KeyPress-Right> {
75 bind TreeCtrl <Shift-KeyPress-Right> {
78 bind TreeCtrl <Control-KeyPress
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyEvent.c128 xEvent.xany.type = KeyPress;
148 xEvent.xany.type = KeyPress;
166 xEvent.xany.type = KeyPress;
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dspinbox.tcl204 bind Spinbox <KeyPress> {
210 # <KeyPress> class binding will also fire and insert the character,
213 bind Spinbox <Alt-KeyPress> {# nothing}
214 bind Spinbox <Meta-KeyPress> {# nothing}
215 bind Spinbox <Control-KeyPress> {# nothing}
221 bind Spinbox <Command-KeyPress> {# nothing}
H A Dentry.tcl196 bind Entry <KeyPress> {
203 # <KeyPress> class binding will also fire and insert the character,
206 bind Entry <Alt-KeyPress> {# nothing}
207 bind Entry <Meta-KeyPress> {# nothing}
208 bind Entry <Control-KeyPress> {# nothing}
214 bind Entry <Command-KeyPress> {# nothing}
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dspinbox.tcl199 bind Spinbox <KeyPress> {
205 # <KeyPress> class binding will also fire and insert the character,
208 bind Spinbox <Alt-KeyPress> {# nothing}
209 bind Spinbox <Meta-KeyPress> {# nothing}
210 bind Spinbox <Control-KeyPress> {# nothing}
217 bind Spinbox <Command-KeyPress> {# nothing}
H A Dentry.tcl191 bind Entry <KeyPress> {
198 # <KeyPress> class binding will also fire and insert the character,
201 bind Entry <Alt-KeyPress> {# nothing}
202 bind Entry <Meta-KeyPress> {# nothing}
203 bind Entry <Control-KeyPress> {# nothing}
209 bind Entry <Command-KeyPress> {# nothing}
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Doptionmenu.itk153 bind $itk_component(menuBtn) <KeyPress-space> \
204 bind $itk_component(menuBtn) <KeyPress-Down> [itcl::code $this _next]
205 bind $itk_component(menuBtn) <KeyPress-Up> [itcl::code $this _previous]
209 bind $itk_component(menuBtn) <KeyPress-Down> break
210 bind $itk_component(menuBtn) <KeyPress-Up> break
H A Dentryfield.itk130 bind $itk_component(entry) <KeyPress> [itcl::code $this _keyPress %A %K %s]
215 bind pastetag <KeyPress> {}
220 bind pastetag <KeyPress> {
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixEvent.c298 * event filtering. KeyPress and KeyRelease events need special treatment
310 if (event.type == KeyPress || event.type == KeyRelease) {
325 if (event.type == KeyPress || event.type == KeyRelease) {
337 if (event.type == KeyPress && dispPtr &&
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tooltip/
H A Dtooltip.tcl110 bind Tooltip <Any-KeyPress> [namespace code hide]
439 bind $w <Any-KeyPress> +[namespace code hide]
459 $w bind all <Any-KeyPress> +[namespace code hide]
478 $w tag bind $tag <Any-KeyPress> +[namespace code hide]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe815 bind $tw <Control-KeyPress> {
834 bind $tw <Any-KeyPress> {
859 bind $tw <KeyPress-Return> {
873 bind $tw <KeyPress-Delete> {bt:delete-back-char-or-sel %W 1}
874 bind $tw <KeyPress-BackSpace> {bt:delete-back-char-or-sel %W 1}
953 bind $tw <Any-KeyPress> {
966 bind $tw <Escape><Any-KeyPress> {
997 bind $tw <KeyPress-0> {bt:numkey %W %A}
998 bind $tw <KeyPress-1> {bt:numkey %W %A}
999 bind $tw <KeyPress
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/datefield/
H A Ddatefield.tcl8 # Datefield creates an entry widget but with a special binding to KeyPress
48 bind $w <KeyPress> [list ::datefield::KeyPress $w %A %K %s]
59 proc KeyPress {w char sym state} { procedure
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtkterm517 bind $term <Meta-KeyPress> {
523 bind $term <KeyPress> {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/getstring/
H A Dtk_getString.tcl65 bind $w.entry <KeyPress> [list after idle [list ::getstring::getStringEnable $w]]

Completed in 200 milliseconds

1234