MenuItem.st
changeset 4034 1e94a92845a1
parent 4033 87e5649b7dea
child 4037 eecd873be684
--- a/MenuItem.st	Fri Dec 22 16:37:14 2017 +0100
+++ b/MenuItem.st	Fri Dec 22 16:38:30 2017 +0100
@@ -47,12 +47,16 @@
 
 documentation
 "
-    not yet finished MenuItem class - this will eventually replace
+    This together with MenuPanel will eventually replace
     most of the MenuView and PopUpMenu stuff.
     (and hopefully be ST-80 compatible ...)
 
     For now, only a subset of the full protocol is implemented.
 
+    new:
+        %(xx) in label text will be expanded by asking the application
+        for the xx labelFor:-aspect.
+
     [author:]
         Claus Gittinger
 
@@ -60,7 +64,6 @@
         MenuItem
         PopUpMenu
 "
-
 ! !
 
 !MenuItem class methodsFor:'instance creation'!