NoteBookView.st
changeset 6059 35ed2d351837
parent 5975 955f2a2ae8f7
child 6063 45d801137a3b
--- a/NoteBookView.st	Wed May 29 03:28:27 2019 +0000
+++ b/NoteBookView.st	Thu May 30 09:36:40 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -3728,13 +3730,14 @@
 !
 
 activeHelpKey
-    "returns the activeHelpKey;
+    "the key used to ask the application for the tooltip text (via helpTextFor:)
      could be dynamic or the static one from the item's spec"
 
     activeHelpKey notNil ifTrue:[^ activeHelpKey].
     ^ tabItem activeHelpKey
 
     "Created: / 21-11-2018 / 16:18:27 / Claus Gittinger"
+    "Modified (comment): / 30-05-2019 / 09:35:51 / Claus Gittinger"
 !
 
 activeHelpKey:aKey