#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sun, 20 Oct 2019 12:00:14 +0200
changeset 4383 95689e660a4b
parent 4382 9c92ffafbd06
child 4384 0c556a4def9c
#DOCUMENTATION by exept class: Menu comment/format in: #showAtPointer
Menu.st
--- a/Menu.st	Sun Oct 20 12:00:01 2019 +0200
+++ b/Menu.st	Sun Oct 20 12:00:14 2019 +0200
@@ -1389,8 +1389,8 @@
 !
 
 showAtPointer
-    "realize the menu at the current pointer position; returns the value associated with the
-     selected item, 0 if none was selected"
+    "realize the menu at the current pointer position; 
+     returns the value associated with the selected item, 0 if none was selected"
 
     ^ self startUp
 !