Searched refs:dragging (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dscale.tcl10 dragging 0
39 set State(dragging) 0
48 set State(dragging) 1
59 set State(dragging) 0
65 set State(dragging) 1
76 if {$State(dragging)} {
83 set State(dragging) 0
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dscale.tcl140 set Priv(dragging) 0
151 set Priv(dragging) 1
175 if {!$Priv(dragging)} {
190 set Priv(dragging) 0
280 set Priv(dragging) 1
H A Dtk.tcl274 dragging 0
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dscale.tcl140 set Priv(dragging) 0
151 set Priv(dragging) 1
175 if {!$Priv(dragging)} {
190 set Priv(dragging) 0
279 set Priv(dragging) 1
H A Dtk.tcl264 dragging 0
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dknightstour.rb137 @dragging = [x, y]
141 return unless @dragging
142 w.move('selected', x - @dragging[0], y - @dragging[1])
143 @dragging = [x, y]
150 @dragging = nil
H A Dspin.rb30 window all at once, you can scan through the value by dragging \
H A Dmclist.rb32 by dragging the boundary between them.
H A Dtree.rb33 by dragging the boundary between them.
H A Dttkpane.rb24 between each contained pane and dragging the divider.
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dknightstour.rb139 @dragging = [x, y]
143 return unless @dragging
144 w.move('selected', x - @dragging[0], y - @dragging[1])
145 @dragging = [x, y]
152 @dragging = nil
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dknightstour.tcl152 variable dragging [list $x $y]
155 variable dragging
156 if {[info exists dragging]} {
157 $w move selected [expr {$x - [lindex $dragging 0]}] \
158 [expr {$y - [lindex $dragging 1]}]
159 variable dragging [list $x $y]
166 variable dragging ; unset dragging
H A Dtext.tcl47 selection by dragging the mouse before releasing the mouse button.
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py16 self.dragging = None
55 self.dragging = True
61 if self.dragging:
75 self.dragging = False
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py16 self.dragging = None
55 self.dragging = True
61 if self.dragging:
75 self.dragging = False
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSpectrum.js191 var dragging;
204 if (dragging) {
217 if (!rightClick && !dragging) {
222 dragging = true;
241 if (dragging) {
251 dragging = false;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.c4042 if (!NILP (XSCROLL_BAR (w->vertical_scroll_bar)->dragging))
4044 XSCROLL_BAR (w->vertical_scroll_bar)->dragging = Qnil;
4045 /* The thumb size is incorrect while dragging: fix it. */
4188 bar->dragging = Qnil;
4193 bar->dragging = Qnil;
4198 bar->dragging = Qnil;
4203 bar->dragging = Qnil;
4208 bar->dragging = Qnil;
4213 bar->dragging = Qnil;
4229 bar->dragging
4849 int dragging = ! NILP (bar->dragging); local
[all...]
H A Dmacterm.h438 Lisp_Object dragging;
436 Lisp_Object dragging; member in struct:scroll_bar
H A Dw32term.h494 Lisp_Object dragging;
489 Lisp_Object dragging; member in struct:scroll_bar
H A Dmacterm.c4793 bar->dragging = Qnil;
4801 XSETINT (bar->dragging, - (mouse_pos.v - r.top) - 1);
4814 || (INTEGERP (bar->dragging) && XINT (bar->dragging) >= 0))
4821 bar->dragging = Qnil;
4842 if (INTEGERP (bar->dragging) && XINT (bar->dragging) < 0)
4843 XSETINT (bar->dragging, - (XINT (bar->dragging) + 1));
4845 top = mouse_pos.v - XINT (bar->dragging)
5025 int dragging = ! NILP (bar->dragging); local
[all...]
H A Dxterm.h814 Lisp_Object dragging;
809 Lisp_Object dragging; member in struct:scroll_bar
H A Dw32term.c3502 BOOL draggingp = !NILP (bar->dragging) ? TRUE : FALSE;
3505 /* We used to change the nPage setting while dragging the handle,
3507 while dragging downwards).
3509 Now, we don't change the nPage setting while dragging unless we
3660 bar->dragging = Qnil;
3963 int dragging = !NILP (bar->dragging);
3972 bar->dragging = Qnil;
4003 bar->dragging = Qt;
4024 if (dragging)
3943 int dragging = !NILP (bar->dragging); local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtext.tcl47 selection by dragging the mouse before releasing the mouse button.
/macosx-10.9.5/vim-53/src/
H A Dgui_gtk.c669 * Take action upon scrollbar dragging.
676 int dragging = FALSE; local
687 * The dragging argument must be right for the scrollbar to work with
693 * button set "dragging" to FALSE. This assumes square buttons!
697 dragging = TRUE;
707 /* vertical scrollbar: need to set "dragging" properly in case
716 dragging = FALSE;
722 dragging = FALSE;
729 gui_drag_scrollbar(sb, value, dragging);
H A Dgui_mac.c141 * scrollbar dragging can be done directly. It's not allowed while commands
1563 int value, dragging; local
1576 dragging = (partCode != 0);
1581 gui_drag_scrollbar(sb, value, dragging);
1594 int dragging = FALSE; local
1640 gui_drag_scrollbar(sb, value, dragging);
1747 * the mouse dragging

Completed in 455 milliseconds

12