Searched refs:drag (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddragsite.tcl25 variable _topw ".drag"
81 upvar \#0 DragSite::$path drag
83 if { [info exists drag] } {
84 bind $path $drag(evt) {}
85 unset drag
87 Widget::init DragSite .drag$path $args
88 set event [Widget::getMegawidgetOption .drag$path -dragevent]
89 set initcmd [Widget::getMegawidgetOption .drag$path -draginitcmd]
90 set endcmd [Widget::getMegawidgetOption .drag$path -dragendcmd]
93 Widget::destroy .drag
[all...]
H A Dentry.tcl289 if { [set drag [$path get]] != "" } {
295 set drag [string range $drag $sel0 $sel1]
300 return [list $type {copy} $drag]
302 return [list $type {copy move} $drag]
310 return [list $type {copy} $drag]
312 return [list $type {copy move} $drag]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDragClientQt.cpp100 QDrag* drag = new QDrag(view); local
102 drag->setPixmap(*dragImage);
104 drag->setPixmap(qvariant_cast<QPixmap>(clipboardData->imageData()));
106 drag->setMimeData(clipboardData);
107 Qt::DropAction actualDropAction = drag->exec(dragOperationsToDropActions(dragOperationMask));
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl122 bind $win.c <B1-Motion> [list $self drag %W %x]
123 bind $win.c <ButtonRelease-1> [list $self drag %W %x]
126 bind $win.c <Shift-B1-Motion> [list $self drag %W %x -1]
127 bind $win.c <Shift-ButtonRelease-1> [list $self drag %W %x -1]
130 bind $win.c <Control-B1-Motion> [list $self drag %W %x 1]
131 bind $win.c <Control-ButtonRelease-1> [list $self drag %W %x 1]
136 bind $win.c <B1-Motion> [list $self drag %W %y]
137 bind $win.c <ButtonRelease-1> [list $self drag %W %y]
140 bind $win.c <Shift-B1-Motion> [list $self drag %W %y -1]
141 bind $win.c <Shift-ButtonRelease-1> [list $self drag
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl589 variable drag -array {}
591 set drag(X) [expr {$X - [winfo rootx $win]}]
592 set drag(Y) [expr {$Y - [winfo rooty $win]}]
593 set drag(w) [winfo width $win]
594 set drag(h) [winfo height $win]
595 $self _edgecheck $ruler $drag(X) $drag(Y)
601 set dx [expr {$X - $drag(X)}]
602 set dy [expr {$Y - $drag(Y)}]
606 set dx [expr {$X - $drag(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/library/
H A Dfilelist-bindings.tcl166 set Priv(drag,motion) 0
167 set Priv(drag,click,x) $x
168 set Priv(drag,click,y) $y
169 set Priv(drag,x) [$T canvasx $x]
170 set Priv(drag,y) [$T canvasy $y]
172 set Priv(drag,wasSel) [$T selection includes $item]
173 set Priv(drag,C) $arg2
174 set Priv(drag,E) $arg4
187 # Click selected item to drag
189 set Priv(buttonMode) drag
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.h53 virtual void drag(const WebCore::IntPoint&, bool start) = 0;
76 virtual void drag(const WebCore::IntPoint&, bool start) { } function in class:HUDButton
94 virtual void drag(const WebCore::IntPoint&, bool start);
H A DFullscreenVideoController.cpp163 void HUDSlider::drag(const IntPoint& point, bool start) function in class:HUDSlider
167 // But if we click the button, we need to drag relative to where we clicked down. We only need
633 m_volumeSlider.drag(convertedPoint, true);
637 m_timeSlider.drag(convertedPoint, true);
656 m_hitWidget->drag(convertedPoint, false);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Drandom.tcl192 set Priv(drag,motion) 0
193 set Priv(drag,click,x) $x
194 set Priv(drag,click,y) $y
195 set Priv(drag,x) [$T canvasx $x]
196 set Priv(drag,y) [$T canvasy $y]
209 set Priv(buttonMode) drag
221 "drag" {
236 "drag" {
237 if {!$Priv(drag,motion)} {
239 if {(abs($x - $Priv(drag,clic
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dtreeview.tcl14 # Press/drag/release:
180 resize { resize.drag $w $x }
181 heading { heading.drag $w $x $y }
203 proc ttk::treeview::resize.drag {w x} {
205 $w drag $State(resizeColumn) $x
223 proc ttk::treeview::heading.drag {w x y} {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtext.rb73 2. Scanning. Press mouse button 2 in the text window and drag up or down.
74 This will drag the text at high speed to allow you to scan its contents.
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
H A Dtoolbar.rb29 movement icon over; drag that away from the toolbar to tear off the \
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtext.tcl37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
38 This will drag the text at high speed to allow you to scan its contents.
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
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtext.tcl37 2. Scanning. Press mouse button 2 in the text window and drag up or down.
38 This will drag the text at high speed to allow you to scan its contents.
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
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlevents.el78 (memq 'drag (get (car obj) 'event-symbol-elements)))))
85 (memq 'drag (get (car obj) 'event-symbol-elements)))))
93 (memq 'drag (get (car obj) 'event-symbol-elements)))))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Drandom.rb228 @Priv[:drag, :motion] = 0
229 @Priv[:drag, :x] = t.canvasx(x)
230 @Priv[:drag, :y] = t.canvasy(y)
243 @Priv['buttonMode'] = 'drag'
253 when 'drag'
264 when 'drag'
266 unless @Priv.bool_element(:drag, :motion)
280 @Priv[:drag,:motion] = true
304 # If the item is not in the pre-drag selection
339 x = t.canvasx(x) - @Priv.numeric_element(:drag,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DresourceView.css73 -webkit-user-drag: auto;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacselect.c1443 mac_do_track_drag (message, window, refcon, drag)
1447 DragRef drag;
1459 err = CountDragItems (drag, &num_items);
1469 err = GetDragItemReferenceNumber (drag, index, &item);
1482 err = GetFlavorFlags (drag, item, type, &flags);
1504 ShowDragHilite (drag, hilite_rgn, true);
1517 HideDragHilite (drag);
1532 mac_do_receive_drag (window, refcon, drag)
1535 DragRef drag;
1565 err = create_apple_event_from_drag_ref (drag, num_type
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageEventHandler.cpp627 QDrag* drag = new QDrag(window); local
628 drag->setPixmap(QPixmap::fromImage(dragQImage));
629 drag->setMimeData(mimeData);
630 actualDropAction = drag->exec(supportedDropActions);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dunix_dnd.rb99 def self.drag(win, x, y, token=None) singleton method in class:Tk
100 tk_call('::blt::dnd', 'drag', win, x, y, token)
H A Ddragdrop.rb14 TkCommandNames = ['::blt::drag&drop'.freeze].freeze
24 else # arg is a drag&drop source
25 tk_call('::blt::drag&drop', 'source', arg)
26 install_win(nil, tk_call('::blt::drag&drop', 'token', arg))
38 ['::blt::drag&drop', id[0], id[1]]
208 ['::blt::drag&drop', 'source', win, 'handler'],
214 ['::blt::drag&drop', 'target', win, 'handler'],
221 tk_call('::blt::drag&drop', 'source', win)
225 list(tk_call('::blt::drag&drop', 'source'))
229 simplelist(tk_call('::blt::drag
250 def self.drag(win, x, y) singleton method in class:Tk.PackageCommand.ValidateArgs.SiteCommand.DnD_Handle
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventNames.h63 macro(drag) \
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGElementInstance.h137 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drag); member in class:WebCore::SVGElementInstance
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dt-mouse.el51 (defvar t-mouse-drag-start nil
52 "Whenever a drag starts in a special part of a window
127 (typed-sets (t-mouse-cartesian '((down) (drag))
210 ((= type-switch 4) ;must be drag
213 (or t-mouse-drag-start
217 (setq t-mouse-drag-start nil)
223 (if (and (not t-mouse-drag-start)
226 (setq t-mouse-drag-start (copy-sequence element))
227 (setq t-mouse-drag-start nil))
231 (nth 1 t-mouse-drag
[all...]
H A Davoid.el298 (memq 'drag modifiers)

Completed in 253 milliseconds

12