#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 30 May 2019 09:44:26 +0200
changeset 6063 45d801137a3b
parent 6062 d8a85d6c38da
child 6064 44377a9b9729
#DOCUMENTATION by cg class: NoteBookView::Tab comment/format in: #activeHelpKey:
NoteBookView.st
--- a/NoteBookView.st	Thu May 30 09:44:04 2019 +0200
+++ b/NoteBookView.st	Thu May 30 09:44:26 2019 +0200
@@ -3740,12 +3740,13 @@
     "Modified (comment): / 30-05-2019 / 09:35:51 / Claus Gittinger"
 !
 
-activeHelpKey:aKey
-    "changes the (dynamic) activeHelpKey"
-
-    tabItem activeHelpKey:aKey
+activeHelpKey:aSymbolicKey
+    "the key used to ask the application for the tooltip text (via helpTextFor:)"
+
+    tabItem activeHelpKey:aSymbolicKey
 
     "Created: / 21-11-2018 / 16:18:45 / Claus Gittinger"
+    "Modified (format): / 30-05-2019 / 09:41:10 / Claus Gittinger"
 !
 
 activeHelpText