#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 31 Aug 2016 18:34:29 +0200
changeset 20319 f89e5761fc88
parent 20318 02c60c6bb541
child 20320 ccc9f6fdd5a7
#DOCUMENTATION by cg class: Object comment/format in: #inspectorExtraMenuOperations
Object.st
--- a/Object.st	Wed Aug 31 18:32:38 2016 +0200
+++ b/Object.st	Wed Aug 31 18:34:29 2016 +0200
@@ -5139,7 +5139,7 @@
 
 inspectorExtraMenuOperations
     "extra operation-menu entries to be shown in an inspector.
-     Answers a collection of aString -> aBlock.
+     Answers a collection of pairs contining aString and action aBlock.
      aString is the label of the menu item.
      aBlock is evaluated when the menu item is selected.
      To be redefined in objects which think that it makes sense to offer