Searched +refs:mouse +refs:left (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10/vim-55/runtime/macros/
H A Dswapmous.vim1 " These macros swap the left and right mouse buttons (for left handed)
2 " Don't forget to do ":set mouse=a" or the mouse won't work at all
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb22 :font=>$font, :wraplength=>'4i', :justify=>:left,
24 The sash between the two coloured windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)
35 }).pack(:side=>:left, :expand=>true)
39 }).pack(:side=>:left, :expand=>true)
H A Dpaned2.rb22 :font=>$font, :wraplength=>'4i', :justify=>:left,
24 The sash between the two scrolled windows below can be used to divide the area between them. Use the left mouse button to resize without redrawing by just moving the sash, and use the middle mouse button to resize opaquely (always redrawing the windows in each position.)
35 }).pack(:side=>:left, :expand=>true)
39 }).pack(:side=>:left, :expand=>true)
H A Dtext.rb40 }.pack('side'=>'left', 'expand'=>'yes')
45 }.pack('side'=>'left', 'expand'=>'yes')
73 2. Scanning. Press mouse button 2 in the text window and drag up or down.
76 3. Insert text. Press mouse button 1 to set the insertion cursor, then
79 4. Select. Press mouse button 1 and drag to select a range of characters.
82 selection nearest the mouse cursor and you can drag that end of the
83 selection by dragging the mouse before releasing the mouse button.
93 click button 2 to copy the selection to the point of the mouse cursor.
97 character to the left o
[all...]
H A Dspin.rb21 :font=>$font, :wraplength=>'5i', :justify=>:left,
27 delete the character to the left of the insertion cursor and \
31 with mouse button2 pressed. Note that the first spin-box will \
45 }).pack(:side=>:left, :expand=>true)
49 }).pack(:side=>:left, :expand=>true)
H A Dttknote.rb25 :image=>$image['view'], :compound=>:left,
28 :image=>$image['delete'], :compound=>:left,
48 :justify=>:left, :anchor=>'n', :text=><<EOL)
54 Not only can the tabs be selected with the mouse, \
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dixset121 set mouseacc [.mouse.hor.acc.entry get]
122 set mousethr [.mouse.hor.thr.entry get]
154 .mouse.hor.acc.entry delete 0 end
155 .mouse.hor.acc.entry insert 0 $mouseacc
156 .mouse.hor.thr.entry delete 0 end
157 .mouse.hor.thr.entry insert 0 $mousethr
181 pack $path.label -side left
199 -side left -expand yes -pady 5
233 pack .bell.val.pit -side left -padx 5
251 pack .kbd.val.onoff -side left
[all...]
H A Dtext.tcl37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
43 4. Select. Press mouse button 1 and drag to select a range of characters.
46 selection nearest the mouse cursor and you can drag that end of the
47 selection by dragging the mouse before releasing the mouse button.
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
63 deletes the word to the left of the insertion cursor, and Meta-d deletes
66 character if that is the only thing left o
[all...]
H A Drolodex42 -side left -padx 2
59 pack .menu.file -side left
185 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
186 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dixset125 set mouseacc [.mouse.hor.acc.entry get]
126 set mousethr [.mouse.hor.thr.entry get]
158 .mouse.hor.acc.entry delete 0 end
159 .mouse.hor.acc.entry insert 0 $mouseacc
160 .mouse.hor.thr.entry delete 0 end
161 .mouse.hor.thr.entry insert 0 $mousethr
185 pack $path.label -side left
203 -side left -expand yes -pady 5
237 pack .bell.val.pit -side left -padx 5
255 pack .kbd.val.onoff -side left
[all...]
H A Dtext.tcl23 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
43 4. Select. Press mouse button 1 and drag to select a range of characters.
46 selection nearest the mouse cursor and you can drag that end of the
47 selection by dragging the mouse before releasing the mouse button.
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
63 deletes the word to the left o
[all...]
H A Dbind.tcl23 pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
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.
H A Drolodex40 -side left -padx 2
53 pack .menu.file -side left
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm283 m_npWindow.clipRect.left = max(0, m_windowRect.x());
291 m_npWindow.clipRect.right - m_npWindow.clipRect.left, m_npWindow.clipRect.bottom - m_npWindow.clipRect.top);
385 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
414 cocoaEvent.data.mouse.pluginX = event->layerX() - m_npWindow.x + m_windowRect.x() - m_element->offsetLeft();
415 cocoaEvent.data.mouse.pluginY = event->layerY() - m_npWindow.y + m_windowRect.y() - m_element->offsetTop();
416 cocoaEvent.data.mouse.deltaX = [currentEvent deltaX];
417 cocoaEvent.data.mouse.deltaY = [currentEvent deltaY];
418 cocoaEvent.data.mouse.deltaZ = [currentEvent deltaZ];
419 cocoaEvent.data.mouse
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dxt-mouse.el1 ;;; xt-mouse.el --- support the mouse when emacs run in an xterm
7 ;; Keywords: mouse, terminals
28 ;; Enable mouse support when running inside an xterm.
33 ;; It works by translating xterm escape codes into generic emacs mouse
34 ;; events so it should work with any package that uses the mouse.
36 ;; You don't have to turn off xterm mode to use the normal xterm mouse
38 ;; when you press the mouse button.
46 (define-key function-key-map "\e[M" 'xterm-mouse-translate)
48 (defvar xterm-mouse
[all...]
H A Dmouse.el0 ;;; mouse.el --- window system-independent mouse support
7 ;; Keywords: hardware, mouse
29 ;; system access) through the mouse. All this code assumes that mouse
38 ;;; Indent track-mouse like progn.
39 (put 'track-mouse 'lisp-indent-function 0)
41 (defcustom mouse-yank-at-point nil
42 "*If non-nil, mouse yank commands yank at point instead of at click."
44 :group 'mouse)
[all...]
H A Dcus-start.el50 (left-margin fill integer)
60 (const :tag "On left, with arrows" left)
72 (const :tag "On the left" (t . left))
75 :value (top . left)
77 (const :tag "On the left" (top . left))
80 :value (bottom . left)
82 (const :tag "On the left" (botto
[all...]
H A Dscroll-bar.el28 ;; Window-system-independent bindings of mouse clicks on the scroll bar.
33 (require 'mouse)
60 SIDE must be the symbol `left' or `right'."
65 ((not (memq side '(left right)))
66 (error "`left' or `right' expected instead of %S" side))
115 Possible values are nil (no scroll bars), `left' (scroll bars on left)
121 (const left)
153 when they are turned on; if it is nil, they go on the left."
258 (track-mouse
[all...]
H A Dbindings.el50 (defun make-mode-line-mouse-map (mouse function) "\
51 Return a keymap with single entry for mouse key MOUSE on the mode line.
55 (define-key map (vector 'mode-line mouse) function)
106 (define-key map [mode-line mouse-2]
114 (define-key map [mode-line mouse-3]
126 (define-key map [mode-line mouse-1]
159 'help-echo (format "%s end-of-line; mouse-1 to cycle"
167 (define-key map [mode-line mouse-1] 'mode-line-change-eol)
169 'mouse
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm166 if (!convertPoint(m_currentMouseEvent->data.mouse.pluginX, m_currentMouseEvent->data.mouse.pluginY, NPCoordinateSpacePlugin, screenX, screenY, NPCoordinateSpaceScreen))
369 bounds.left = screenX;
420 // We only want to set the btnState if a mouse button is _not_ down.
433 // Set controlKey if the control key is down or the right mouse button is down.
518 event.data.mouse.modifierFlags = modifierFlags(mouseEvent);
519 event.data.mouse.pluginX = eventPositionInPluginCoordinates.x();
520 event.data.mouse.pluginY = eventPositionInPluginCoordinates.y();
521 event.data.mouse.buttonNumber = buttonNumber(mouseEvent.button());
522 event.data.mouse
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl24 Try editing the text with the keyboard and mouse; compare the bindings for Text (left panel) and Ntext (right panel).
26 Try word-by-word navigation (Control key with left cursor or right cursor key); try word selection (double click); try these for the different word-break detection options (selected below).
57 pack [frame .lhf] -side left -anchor ne
62 pack [label .lhf.m -text "(The controls do not apply\nto the left-hand text widget)"]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSection.css124 float: left;
137 .details-section > .header:not(.mouse-over-options-element):active::before {
145 .details-section.collapsed > .header:not(.mouse-over-options-element):active::before {
174 margin-left: 3px;
265 padding-left: 6px;
282 margin-left: 5px;
300 border-left: none;
/macosx-10.10/emacs-93/emacs/lisp/term/
H A Dw32-win.el76 (require 'mouse)
93 ;; Handle mouse-wheel events with mwheel.
94 (mouse-wheel-mode 1)
188 (left (assq 'left geo))
203 (if (or left top)
207 (if left (list left))
1145 (if (or (assq 'top parsed) (assq 'left parsed))
1213 (defun mouse
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex239 % prints the description left-justified, and the key-name in a \kbd
253 % as \key starts the key name. (The "M-x " sticks out to the left.)
363 \key{move the current column left}{M-LEFT}
366 \key{insert new column to left of cursor position}{M-S-RIGHT}
433 \key{open link at point}{mouse-1/2}
434 \key{...force open in emacs/other window}{mouse-3}
544 \key{Select date while prompted}{mouse-1/RET}
545 %\key{... select date in calendar}{mouse-1/RET}
597 \key{show original location of item}{SPC/mouse-3}
598 %\key{... also available with}{mouse
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl41 set v(msg) "Press right mouse button for menu"
349 snack::menuRadio {Label Alignment} left v(labalign) w {Redraw quick}
354 snack::menuRadio {View Channel} left v(vchan) 0 { Redraw;DrawZoom 1;DrawSect }
410 pack [button .tb.open -command GetOpenFileName -image snackOpen -highlightthickness 0 -border $border] -side left
412 pack [button .tb.save -command Save -image snackSave -highlightthickness 0 -border $border] -side left
413 pack [button .tb.print -command {Print .cf.fc.c -1} -image snackPrint -highlightthickness 0 -border $border] -side left
415 pack [frame .tb.f1 -width 1 -height 20 -highlightth 1] -side left -padx 5
416 pack [button .tb.cut -command Cut -image snackCut -highlightthickness 0 -border $border] -side left
417 pack [button .tb.copy -command Copy -image snackCopy -highlightthickness 0 -border $border] -side left
418 pack [button .tb.paste -command Paste -image snackPaste -highlightthickness 0 -border $border] -side left
[all...]

Completed in 277 milliseconds

123