#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 30 May 2019 09:36:40 +0200
changeset 6059 35ed2d351837
parent 6058 db16c79ab1f3
child 6060 5baf8c498848
#DOCUMENTATION by cg class: NoteBookView::Tab comment/format in: #activeHelpKey
NoteBookView.st
--- 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