class: ActiveHelp
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 16:58:51 +0100
changeset 3447 5ca2fac37ecd
parent 3446 08f66a8025bf
child 3448 587ee262282f
class: ActiveHelp changed: #showTime
ActiveHelp.st
--- a/ActiveHelp.st	Sat Feb 21 13:01:49 2015 +0100
+++ b/ActiveHelp.st	Tue Feb 24 16:58:51 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 EventListener subclass:#ActiveHelp
 	instanceVariableNames:'lastHelpText listeningForAll applicationsOrTopViewsWithHelp
 		lastHelpWidget'
@@ -282,10 +284,10 @@
 
 showTime
     "set the number of seconds, a help messages is to be shown.
-     The default is 30 seconds.
+     The default is 45 seconds.
      0 means: show forever (i.e. until mouse is moved)"
 
-    ^ ShowTime ? 30
+    ^ ShowTime ? 45
 
     "Modified: / 10-11-2010 / 12:29:44 / cg"
 ! !
@@ -815,7 +817,7 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.82 2014-12-03 21:02:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.83 2015-02-24 15:58:51 cg Exp $'
 ! !