PullDMenu.st
changeset 958 b75025112346
parent 938 6fc0f088a9a6
child 1060 2ddc97677b4a
--- a/PullDMenu.st	Fri Jan 17 17:44:56 1997 +0100
+++ b/PullDMenu.st	Fri Jan 17 23:24:42 1997 +0100
@@ -1325,6 +1325,8 @@
 !
 
 initStyle
+    "initialize style specifics"
+
     <resource: #style (#name)>
 
     |style|
@@ -1396,7 +1398,7 @@
 
     raiseTopWhenActivated := styleSheet at:'pullDownMenuRaiseTop' default:true.
 
-    "Modified: 13.1.1997 / 23:51:21 / cg"
+    "Modified: 17.1.1997 / 23:22:13 / cg"
 !
 
 initialize
@@ -1665,5 +1667,5 @@
 !PullDownMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/PullDMenu.st,v 1.70 1997-01-13 23:07:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/PullDMenu.st,v 1.71 1997-01-17 22:23:02 cg Exp $'
 ! !