class: ActiveHelp
authorClaus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 13:57:48 +0200
changeset 3219 eca34010e99b
parent 3218 cf42b08823d2
child 3220 1181c3afbb10
class: ActiveHelp comment/format in: #documentation
ActiveHelp.st
--- a/ActiveHelp.st	Sat Aug 31 13:57:37 2013 +0200
+++ b/ActiveHelp.st	Sat Aug 31 13:57:48 2013 +0200
@@ -49,9 +49,9 @@
     The one and only instance of myself intercepts incoming mouse & keyboard 
     events for the display device, being especially interested in view-enter/
     leave events. When such an event arrives, it asks the corresponding view
-    or its model for a help message and display it via an ActiveHelpView.
-    (actually, the view is first asked if it would like to display it itself
-     - for example, in some information-view).
+    or its model for a help message and displays it via an ActiveHelpView.
+    Actually, the view is first asked if it would like to display it itself
+    - for example, in some information-view at the bottom of its main window.
 
     The query for the helpText is repeated along the views superView chain, 
     until any model or view returns a nonNil answer for the #helpTextFor:at 
@@ -749,6 +749,6 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.71 2013-07-22 08:46:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.72 2013-08-31 11:57:48 cg Exp $'
 ! !