PullDownMenu.st
changeset 763 7af3f1baf479
parent 760 62824e1f2607
child 769 e3fce8321d1f
--- a/PullDownMenu.st	Wed Jun 12 14:57:41 1996 +0200
+++ b/PullDownMenu.st	Wed Jun 12 14:58:50 1996 +0200
@@ -1211,6 +1211,8 @@
 !
 
 initStyle
+    <resource: #style (#name)>
+
     |style|
 
     super initStyle.
@@ -1285,7 +1287,7 @@
 
     raiseTopWhenActivated := styleSheet at:'pullDownMenuRaiseTop' default:true.
 
-    "Modified: 28.5.1996 / 21:13:10 / cg"
+    "Modified: 12.6.1996 / 14:58:27 / cg"
 !
 
 initialize
@@ -1552,5 +1554,5 @@
 !PullDownMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.60 1996-06-12 12:55:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.61 1996-06-12 12:58:50 cg Exp $'
 ! !