UserPreferences.st
changeset 8758 4b2a52629eef
parent 8676 7466762d325e
child 8759 8e6b635057ea
--- a/UserPreferences.st	Mon Feb 28 15:22:51 2005 +0100
+++ b/UserPreferences.st	Mon Feb 28 15:51:02 2005 +0100
@@ -871,6 +871,12 @@
     "
 !
 
+dragMotionDistance
+    "the motion distance (in pixel) to start drag (as opposed to adding to the selection)"
+
+    ^ "DragMotionDistance ?" 10
+!
+
 focusFollowsMouse
     "return the flag which controls if the keyboard focus should
      follow the mouse (as in X) - as opposed to click mode (as in MS-win).
@@ -2378,5 +2384,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.150 2005-01-12 10:47:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.151 2005-02-28 14:51:02 cg Exp $'
 ! !