Searched +refs:scroll +refs:all +refs:scroll +refs:up +refs:all (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dbind.tcl4 # up for hypertext-like effects.
25 text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
27 scrollbar $w.scroll -command "$w.text yview"
28 pack $w.scroll -side right -fill y
31 # Set up display styles.
44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
48 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
H A Dtext.tcl25 text $w.text -yscrollcommand [list $w.scroll set] -setgrid 1 \
27 scrollbar $w.scroll -command [list $w.text yview]
28 pack $w.scroll -side right -fill y
37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
87 additional lines so that all the information is always visible.}
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dbind.tcl4 # up for hypertext-like effects.
25 text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
27 scrollbar $w.scroll -command "$w.text yview"
28 pack $w.scroll -side right -fill y
31 # Set up display styles.
44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
48 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
H A Dtext.tcl25 text $w.text -relief sunken -bd 2 -yscrollcommand "$w.scroll set" -setgrid 1 \
27 scrollbar $w.scroll -command "$w.text yview"
28 pack $w.scroll -side right -fill y
37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
87 additional lines so that all the information is always visible.}
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dtree.tcl175 set data(dnd,scroll) ""
186 [winfo toplevel $path] all TreeSentinalEnd]
192 bind $path.c <KeyPress-Up> [list Tree::_keynav up $path]
199 bind $path.c <Control-KeyPress-Up> [list $path.c yview scroll -1 units]
200 bind $path.c <Control-KeyPress-Down> [list $path.c yview scroll 1 units]
201 bind $path.c <Control-KeyPress-Left> [list $path.c xview scroll -1 units]
202 bind $path.c <Control-KeyPress-Right> [list $path.c xview scroll 1 units]
278 # Make sure that the full-width boxes have either all or none
635 # make a list of all nodes, then take the range from node1
830 set region [$path.c bbox all]
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex83 are preserved on all copies.
292 \key{save {\bf all} files}{C-x s}
305 \key{scroll help window}{C-M-v}
354 \key{scroll to next screen}{C-v}
355 \key{scroll to previous screen}{M-v}
356 \key{scroll left}{C-x <}
357 \key{scroll right}{C-x >}
358 \key{scroll current line to center of screen}{C-u C-l}
402 \key{replace all remaining matches}{!}
403 \key{{\bf back up} t
[all...]
H A Dgnus-refcard.tex60 \def\logoscale{0.5}% FIXME: too large for 2up printing? --rsteib
129 all copies. Please send corrections, additions and suggestions to the
238 C & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
254 A & {\bf Answered} (followed-up or replied). [2]\\
272 view all articles, not just unread]\\
287 c & Mark all unticked articles in this group as read ({\bf catch-up}).
304 z & Suspend (kill all buffers of) Gnus.\\
306 C & Mark all articles in this group as read ({\bf Catch-up})
[all...]
H A DviperCard.tex24 % preserved on all copies.
82 are preserved on all copies.
287 In emacs state you can do all the normal GNU Emacs editing.
339 \key{redraw messed up screen}{C-l}
358 up to 9 previous changes.
395 \key{scroll to next screen}{C-f}
396 \key{scroll to previous screen}{C-b}
397 \key{scroll {\bf down} half screen}{C-d}
398 \key{scroll {\bf up} hal
[all...]
H A Dpl-refcard.tex95 are preserved on all copies.
359 %\key{scroll help window}{C-M-v}
446 %\key{scroll to next screen}{C-v}
447 %\key{scroll to previous screen}{M-v}
448 %\key{scroll left}{C-x <}
449 %\key{scroll right}{C-x >}
450 %\key{scroll current line to center of screen}{C-u C-l}
523 %\key{replace all remaining matches}{!}
524 %\key{{\bf back up} to the previous match}{^}
541 %\key{delete all othe
[all...]
H A Dvipcard.tex24 % preserved on all copies.
74 are preserved on all copies.
271 In emacs mode you can do all the normal GNU Emacs editing.
319 \key{redraw messed up screen}{C-l}
340 up to 9 previous changes.
376 \key{scroll to next screen}{SPC {\rm or} C-f}
377 \key{scroll to previous screen}{RET {\rm or} C-b}
378 \key{scroll {\bf down} half screen}{C-d}
379 \key{scroll {\bf up} hal
[all...]
H A Dsurvival.tex60 are preserved on all copies.\par}}
192 \key{C-l} scroll current line to center of window
219 \key{C-k} kill from the cursor all the way to the end of the line
245 \mkey{M-x tags-query-replace} run query-replace on all files
260 \key{\~{}} flag all backup files for deletion
274 \key{x} remove all messages marked for deletion
300 \key{!} replace all remaining matches
301 \key{\^{}} back up to the previous match
361 \mkey{M-x ispell-region} check spelling of all words in region
369 \mkey{M-x list-input-methods} show all inpu
[all...]
H A Dorgcard.tex77 are preserved on all copies.
306 \key{promote current heading up one level}{M-LEFT}
308 \key{promote current subtree up one level}{M-S-LEFT}
311 \key{move subtree/list item up/down}{M-S-UP/DOWN}
323 \metax{move all fully done children}{C-u C-c C-x C-s}
332 \key{show sparse tree for all matches of a regexp}{C-c /}
335 \key{create sparse tree with all deadlines due}{C-c C-w}
368 \key{move the current row up}{M-UP}
387 \key{re-apply all stored equations to current line}{C-c *}
388 \key{re-apply all store
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim13 " For version 5.x: Clear all syntax items
61 syn keyword ProgressReserved accum[ulate] active-window add alias all alter ambig[uous] analyz[e] and any apply as asc[ending] assign at attr[-space]
82 syn keyword ProgressReserved scroll sdbname search seek select self session set setuser[id] share[-lock] shared show-stat[s] skip some space status stream
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
127 " This next line trips up on "no-undo" etc.
138 syn keyword ProgressOperator connect constrained contents context context-pop[up] control-containe[r] c[ontrol-form] convert-to-offse[t] convert count cpcase cpcoll cpint[ernal] cplog
152 syn keyword ProgressOperator image-insensitive image-size image-size-c[hars] image-size-pixel[s] image-up immediate-display index-hint indexed-reposition info[rmation] init init[ial] initial-dir
154 syn keyword ProgressOperator is-row-selected is-selected item items-per-row join-by-sqldb keep-frame-z-ord[er] keep-messages keep-tab-order key keyword-all label-bgc[olor] label-dc[olor] label-fgc[olor]
156 syn keyword ProgressOperator line list-events list-items list-query-attrs list-set-attrs list-widgets load l[oad-control] load-icon load-image load-image-down load-image-insensitive load-image-up
162 syn keyword ProgressOperator name native ne new-row next-col[umn] next-sibling next-tab-ite[m] next-value no-apply no-assign no-bind-where no-box no-column-scroll[in
[all...]
H A D2html.vim205 " Don't change other windows; turn off scroll bind temporarily
338 " But if it's served up as tag soup, maybe the following will work, so
416 " List of all id's
419 " set up progress bar in the status line
541 " get all info needed to describe currently closed folds
568 " close all folds to get info for originally open folds
572 " the originally open folds will be all folds we encounter that aren't
610 " close all folds again so we can get the fold text as we go
614 " Now loop over all lines in the original text to convert to html.
633 " stack to keep track of all th
[all...]
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.uwin13 # all copies or substantial portions of the Software. #
69 # translation if possible. The problem is that preserving all such caps may
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
110 # format). It's up to you what you have the compiler do with it.
139 # to be older types that don't use up a lot of string space on function keys.
145 # single most effective one, it shortened the resolved length of all thirteen
182 #%to line up nicely.
296 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
311 cursor_up cuu1 str up - - YBCGE up on
[all...]
H A DCaps.aix413 # all copies or substantial portions of the Software. #
69 # translation if possible. The problem is that preserving all such caps may
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
110 # format). It's up to you what you have the compiler do with it.
139 # to be older types that don't use up a lot of string space on function keys.
145 # single most effective one, it shortened the resolved length of all thirteen
182 #%to line up nicely.
328 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
343 cursor_up cuu1 str up - - YBCGE up on
[all...]
H A DCaps.keys13 # all copies or substantial portions of the Software. #
71 # translation if possible. The problem is that preserving all such caps may
102 # as a terminfo object, and breaking this would be bad. It's up the ncurses
112 # format). It's up to you what you have the compiler do with it.
141 # to be older types that don't use up a lot of string space on function keys.
147 # single most effective one, it shortened the resolved length of all thirteen
184 #%to line up nicely.
330 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
345 cursor_up cuu1 str up - - YBCGE up on
[all...]
H A DCaps13 # all copies or substantial portions of the Software. #
69 # translation if possible. The problem is that preserving all such caps may
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
110 # format). It's up to you what you have the compiler do with it.
139 # to be older types that don't use up a lot of string space on function keys.
145 # single most effective one, it shortened the resolved length of all thirteen
182 #%to line up nicely.
328 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
343 cursor_up cuu1 str up - - YBCGE up on
[all...]
H A DCaps.hpux1113 # all copies or substantial portions of the Software. #
69 # translation if possible. The problem is that preserving all such caps may
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
110 # format). It's up to you what you have the compiler do with it.
139 # to be older types that don't use up a lot of string space on function keys.
145 # single most effective one, it shortened the resolved length of all thirteen
182 #%to line up nicely.
330 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
345 cursor_up cuu1 str up - - YBCGE up on
[all...]
H A DCaps.osf1r513 # all copies or substantial portions of the Software. #
69 # translation if possible. The problem is that preserving all such caps may
100 # as a terminfo object, and breaking this would be bad. It's up the ncurses
110 # format). It's up to you what you have the compiler do with it.
139 # to be older types that don't use up a lot of string space on function keys.
145 # single most effective one, it shortened the resolved length of all thirteen
182 #%to line up nicely.
312 clear_all_tabs tbc str ct - - YB-G- clear all tab stops (P)
327 cursor_up cuu1 str up - - YBCGE up on
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js357 "all", "aural", "braille", "handheld", "print", "projection", "screen",
423 "nav-left", "nav-right", "nav-up", "object-fit", "object-position",
503 "after-white-space", "ahead", "alias", "all", "all-scroll", "alternate",
508 "both", "bottom", "break", "break-all", "break-word", "button", "button-bevel",
536 "italic", "justify", "kannada", "katakana", "katakana-iroha", "keep-all", "khmer",
561 "s-resize", "sans-serif", "scroll", "scrollbar", "se-resize", "searchfield",
577 "transparent", "ultra-condensed", "ultra-expanded", "underline", "up",
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js357 "all", "aural", "braille", "handheld", "print", "projection", "screen",
423 "nav-left", "nav-right", "nav-up", "object-fit", "object-position",
503 "after-white-space", "ahead", "alias", "all", "all-scroll", "alternate",
508 "both", "bottom", "break", "break-all", "break-word", "button", "button-bevel",
536 "italic", "justify", "kannada", "katakana", "katakana-iroha", "keep-all", "khmer",
561 "s-resize", "sans-serif", "scroll", "scrollbar", "se-resize", "searchfield",
577 "transparent", "ultra-condensed", "ultra-expanded", "underline", "up",
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtkfbox.tcl223 # scrollbar widget. Sets all the bindings necessary for the IconList's
295 # with button 1 down. It scrolls the window up, down, left, or
297 # itself as an "after" command so that the window continues to scroll until
315 $data(canvas) xview scroll 1 units
317 $data(canvas) xview scroll -1 units
330 # Deletes all the items inside the canvas subwidget and reset the IconList's
337 $data(canvas) delete all
494 # If the item is not (completely) visible, scroll the canvas so that
659 # Moves the active element up or down by one element
839 set data(upBtn) $w.contents.f1.up
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim220 " List of all options, organized by function.
322 call append("$", "scroll\tnumber of lines to scroll for CTRL-U and CTRL-D")
336 call append("$", "sidescroll\tminimal number of columns to scroll horizontally")
351 call append("$", "window\tnumber of lines to scroll for CTRL-F and CTRL-B")
406 call append("$", "hlsearch\thighlight all matches for the last used search pattern")
444 call append("$", "equalalways\tmake all windows the same size when adding/removing windows")
503 call append("$", "tabpagemax\tmaximum number of tab pages to open for -p and \"tab all\"")
528 call append("$", "scrolljump\tminimal number of lines to scroll at a time")
627 call append("$", "balloondelay\tdelay in milliseconds before a balloon may pop up")
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe48 # notice appear in all copies. The University of Pennsylvania
241 # notice appear in all copies. The University of Pennsylvania
428 proc bt:scroll-next { w {num 1}} {
439 set btp(prevcmd) scroll-next
442 proc bt:scroll-prior { w {num 1}} {
455 set btp(prevcmd) scroll-prior
831 bind $tw <Next> {bt:scroll-next %W}
832 bind $tw <Prior> {bt:scroll-prior %W}
914 set bind_xnd(direction) up
940 } elseif {$bind_xnd(direction) == "up"} {
[all...]

Completed in 166 milliseconds

12