*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 28 Oct 1997 21:08:03 +0100
changeset 583 4753eec71973
parent 582 222fc7c63af0
child 584 1426fe34f4e8
*** empty log message ***
ColorMenu.st
FontMenu.st
--- a/ColorMenu.st	Tue Oct 28 21:03:47 1997 +0100
+++ b/ColorMenu.st	Tue Oct 28 21:08:03 1997 +0100
@@ -109,6 +109,9 @@
 menuSpec
     "specification used to build the Menu
     "
+
+    <resource: #menu>
+
  ^ #(#Menu #(
         (#MenuItem
             #value: #selection
@@ -187,6 +190,7 @@
     nil
     )
 
+    "Modified: / 27.10.1997 / 17:11:50 / cg"
 ! !
 
 !ColorMenu methodsFor:'accept'!
@@ -337,5 +341,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.3 1997-07-28 10:18:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.4 1997-10-28 20:08:03 cg Exp $'
 ! !
--- a/FontMenu.st	Tue Oct 28 21:03:47 1997 +0100
+++ b/FontMenu.st	Tue Oct 28 21:08:03 1997 +0100
@@ -69,6 +69,7 @@
 !FontMenu class methodsFor:'menu spec'!
 
 menu
+    <resource: #menu>
 
  ^ #(#Menu #(
         (#MenuItem
@@ -134,6 +135,8 @@
     #( 1 )
     nil
     ) decodeAsLiteralArray
+
+    "Modified: / 27.10.1997 / 17:11:30 / cg"
 ! !
 
 !FontMenu methodsFor:'accept'!
@@ -350,5 +353,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.4 1997-07-28 10:19:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.5 1997-10-28 20:07:53 cg Exp $'
 ! !