MenuItem.st
changeset 1648 d49c84402011
parent 1647 812a15f000e7
child 1649 162e89bf1079
--- a/MenuItem.st	Thu Oct 24 22:21:40 2002 +0200
+++ b/MenuItem.st	Fri Oct 25 13:12:50 2002 +0200
@@ -841,6 +841,10 @@
     "Created: / 27.10.1997 / 15:13:43 / cg"
 !
 
+isMenuItem
+    ^ true
+!
+
 isOff
     "test whether indication on/off exists and is off
     "
@@ -862,5 +866,5 @@
 !MenuItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.53 2002-10-24 20:21:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.54 2002-10-25 11:12:50 ca Exp $'
 ! !