added: #waitCursorVisibleTime
authorStefan Vogel <sv@exept.de>
Wed, 11 Nov 2009 14:36:44 +0100
changeset 12522 0abaa650d83e
parent 12521 6e2416e82b83
child 12523 df8cb7ffe5eb
added: #waitCursorVisibleTime
UserPreferences.st
--- a/UserPreferences.st	Sat Nov 07 21:12:07 2009 +0100
+++ b/UserPreferences.st	Wed Nov 11 14:36:44 2009 +0100
@@ -1296,6 +1296,12 @@
      UserPreferences current startTextDragWithControl:false
      UserPreferences current startTextDragWithControl
     "
+!
+
+waitCursorVisibleTime
+    "anser the time (in ms), how long a wait cursor should be visible at least"
+
+    ^ 200
 ! !
 
 !UserPreferences methodsFor:'accessing-prefs-browser'!
@@ -3012,9 +3018,9 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.237 2009-11-05 19:27:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.238 2009-11-11 13:36:44 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.237 2009-11-05 19:27:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.238 2009-11-11 13:36:44 stefan Exp $'
 ! !