# HG changeset patch # User Claus Gittinger # Date 1571565614 -7200 # Node ID 95689e660a4b872f291ba341d9ec657a27fb3df8 # Parent 9c92ffafbd0635ca6d05b6f09d7b51283557fc6c #DOCUMENTATION by exept class: Menu comment/format in: #showAtPointer diff -r 9c92ffafbd06 -r 95689e660a4b 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 !