Searched refs:Down (Results 1 - 25 of 125) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu15 vt::showat 3 5 [mt::menu {Exit E Up U Down D}]
16 vt::showat 10 10 [mt::menu {Exit E Up < Down > Previous P Next N}]
H A Dmenu226 proc Down {args} {
63 B map [ctrl::cd] Down
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDetailsMarker.h35 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::final::Orientation
H A DRenderDetailsMarker.cpp78 return isOpen() ? Down : Right;
79 return isOpen() ? Down : Left;
82 return isOpen() ? Left : Down;
86 return isOpen() ? Right : Down;
102 case Down: return createDownArrowPath();
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dflexwiki.vim47 nmap <buffer> <Down> gj
49 vmap <buffer> <Down> gj
53 imap <buffer> <S-Down> <C-o>gj
56 imap <buffer> <Down> <C-o>gj
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A Dmovie.tcl38 bind Movie <Down> {
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dscale.tcl29 bind TScale <Down> { ttk::scale::Increment %W 1 }
33 bind TScale <Control-Down> { ttk::scale::Increment %W 10 }
H A Dbutton.tcl45 bind TRadiobutton <KeyPress-Down> { ttk::button::RadioTraverse %W +1 }
H A Dspinbox.tcl23 bind TSpinbox <KeyPress-Down> { event generate %W <<Decrement>> }
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSpinButtonElement.h40 Down, enumerator in enum:WebCore::final::UpDownState
H A DSpinButtonElement.cpp130 m_upDownState = local.y() < box->height() / 2 ? Up : Down;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dimenu.tcl44 $bind map [cd::cd] [mymethod Down]
167 method Down {str} {
H A Dipager.tcl41 $bind map [cd::cd] [mymethod Down]
156 method Down {str} {
/macosx-10.10/vim-55/runtime/
H A Devim.vim18 inoremap <silent> <Down> <C-R>=pumvisible() ? "\<lt>Down>" : "\<lt>C-O>gj"<CR>
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dcustomschema.pl44 <Tick xsi:type="types:TickDirection">Down</Tick>
/macosx-10.10/emacs-93/emacs/src/
H A Dcm.h110 #define Down Wcm.cm_down macro
H A Dterm.c2440 Down = tgetstr ("do", address);
2441 if (!Down)
2442 Down = tgetstr ("nl", address); /* Obsolete name for "do" */
2446 if (Down && Down[0] == '\n' && Down[1] == '\0')
2447 Down = 0;
2554 if (Down && Down[0] == '\n')
2555 Down
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/history/
H A Dhistory.tcl17 bind History <Down> {::history::down %W}
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscale.tcl79 bind Scale <Down> {
91 bind Scale <Control-Down> {
H A Dscrlbar.tcl99 bind Scrollbar <Down> {
105 bind Scrollbar <Control-Down> {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscale.tcl79 bind Scale <Down> {
91 bind Scale <Control-Down> {
H A Dscrlbar.tcl99 bind Scrollbar <Down> {
105 bind Scrollbar <Control-Down> {
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcombobox.itk1155 bind $itk_component(entry) <Down> [itcl::code $this _next]
1190 bind $itk_component(arrowBtn) <Down> [itcl::code $this _next]
1194 bind $itk_component(arrowBtn) <Shift-Down> [itcl::code $this _toggleList]
1200 bind $itk_component(entry) <Shift-Down> [itcl::code $this _toggleList]
1215 bind $itk_component(entry) <Shift-Down> ""
1389 Shift_L - Shift_R - Up - Down - Left - Right {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistEdit.tcl61 $name-reservedKeys {Left Right Up Down Prior Next
107 $name-reservedKeys {Left Right Up Down} \
154 $name-reservedKeys {Left Right Up Down} \
167 $name-invokeCmd "event generate %W <Down>" \
174 $name-reservedKeys {Left Right Up Down} \
263 $name-reservedKeys {Left Right Up Down Prior Next} \
294 $name-reservedKeys {Left Right Up Down} \
395 $name-reservedKeys {Left Right Up Down} \
497 $name-reservedKeys {Left Right Up Down Control-p Control-n} \
527 $name-reservedKeys {Left Right Up Down Prio
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dcombo.rb27 by pressing the Down key, using the arrow keys to pick another one, \

Completed in 344 milliseconds

12345