diff -r ff8e6542eb13 -r 824e0ecc0e6f VariablePanel.st --- a/VariablePanel.st Wed Jan 22 04:25:30 1997 +0100 +++ b/VariablePanel.st Wed Jan 22 12:03:01 1997 +0100 @@ -1112,6 +1112,8 @@ ! initStyle + "setup viewStyle specifics" + |mm| super initStyle. @@ -1147,7 +1149,7 @@ barWidth := (ArrowButton new direction:#up) width + 1 ]. - "Modified: 8.3.1996 / 11:51:59 / cg" + "Modified: 22.1.1997 / 11:57:58 / cg" ! initialize @@ -1399,5 +1401,5 @@ !VariablePanel class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.20 1997-01-17 22:24:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/VariablePanel.st,v 1.21 1997-01-22 11:02:26 cg Exp $' ! !