Searched refs:Enter (Results 51 - 75 of 137) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/crosshair/
H A Dcrosshair.tcl241 # This procedure is invoked in response to the <Enter> event to
328 bind Crosshair <Enter> "[namespace code Unhide] %W %x %y"
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dmentry.tcl166 bind TMenuEntry <Enter> { %W state active }
H A Ddateentry.tcl280 bind TDateEntry <Enter> { %W state active }
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dctext.tcl98 $c bind config <Enter> "textEnter $c"
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsImg.tcl13 bind .t.f <Enter> {wm colormapwindows .t {.t.f .t}}
H A Darc.tcl57 .t.c bind arc <Any-Enter> {
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dctext.tcl98 $c bind config <Enter> "textEnter $c"
H A Dtwind.tcl151 $c bind point <Any-Enter> "$c itemconfig current -fill red"
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsImg.tcl13 bind .t.f <Enter> {wm colormapwindows .t {.t.f .t}}
H A Darc.tcl57 .t.c bind arc <Any-Enter> {
/macosx-10.9.5/vim-53/runtime/plugin/
H A DnetrwPlugin.vim146 let g:netrw_uid= input('Enter username: ')
156 let g:netrw_passwd= inputsecret("Enter Password: ")
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dcolor.tcl106 bind $f <Enter> {focus %W}
121 bind $f <Enter> {focus %W}
H A Dbutton.tcl62 bind BwButton <Enter> {Button::_enter %W}
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtkterm513 bind $term <Any-Enter> {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl56 Enter mouseover
95 foreach event {ButtonRelease ButtonPress Enter Leave Motion} {
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dtreetags.test170 $tv tag bind bad <Enter> { puts "Entered!" }
171 } -returnCodes 1 -result "unsupported event <Enter>*" -match glob
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestGUI.tcl109 bind $btnName <Enter> "ui_showToolhelp %X %Y [list $helpStr]"
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex270 RET & (=) Enter this group. [Prefix: how many (read) articles to fetch.
273 M-RET & Enter group quickly.\\
275 M-C-RET & Enter group without any processing, changes will not be permanent.\\
283 \^{} & Enter the Server buffer mode.\\
367 G D & Enter a {\bf directory} as a (temporary) group.
625 h & Enter article-buffer.\\
1212 RET & Enter the current group.\\
1213 SPC & Enter the current group and display the first article.\\
1231 J c & Enter \textbf{category} buffer.\\
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl425 bind .tb.play <Enter> {SetMsg "Play mark"}
427 bind .tb.pause <Enter> {SetMsg "Pause"}
429 bind .tb.stop <Enter> {SetMsg "Stop"}
431 bind .tb.rec <Enter> {SetMsg "Record"}
434 bind .tb.gain <Enter> {SetMsg "Open gain control panel"}
438 bind .tb.zoom <Enter> {SetMsg "Open zoom window"}
537 $c bind text <Enter> {
609 $c bind bound <Any-Enter> { BoundaryEnter %x }
610 $c bind mark <Any-Enter> { MarkerEnter %x }
1440 pack [label $w.f.l -text {Enter th
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestWebKitWebView.cpp802 Enter, enumerator in enum:FullScreenClientTest::FullScreenEvent
808 test->m_event = Enter;
862 g_assert_cmpint(test->m_event, ==, FullScreenClientTest::Enter);
/macosx-10.9.5/vim-53/src/
H A Dgui_xmebw.c97 static void Enter(Widget, XEvent *, String *, Cardinal *);
115 {"Enter", Enter},
735 Enter(Widget wid, function
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DAdvancedSearchController.js363 case WebInspector.KeyboardShortcut.Keys.Enter.code:
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dlistbox.tcl70 bind Listbox <B1-Enter> {
H A Dspinbox.tcl115 bind Spinbox <B1-Enter> {
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dlistbox.tcl70 bind Listbox <B1-Enter> {

Completed in 304 milliseconds

123456