*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 21 Oct 1997 20:11:53 +0200
changeset 1931 27aa9e5b15dd
parent 1930 a46b3cd6a232
child 1932 6afe07d9c88c
*** empty log message ***
ModalBox.st
SimpleView.st
StandardSystemView.st
StdSysV.st
--- a/ModalBox.st	Tue Oct 21 20:04:52 1997 +0200
+++ b/ModalBox.st	Tue Oct 21 20:11:53 1997 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:3.2.1 on 20-oct-1997 at 3:07:57 pm'                  !
+
 StandardSystemView subclass:#ModalBox
 	instanceVariableNames:'shadowView exclusiveKeyboard escapeIsCancel'
 	classVariableNames:'UseTransientViews DefaultExtent'
@@ -95,17 +97,17 @@
 updateStyleCache
     "extract values from the styleSheet and cache them in class variables"
 
-    <resource: #style (#modalBoxDefaultExtent)>
+    <resource: #style (#'modalBox.defaultExtent')>
 
-    DefaultExtent := StyleSheet at:'modalBoxDefaultExtent' default:nil.
+    DefaultExtent := StyleSheet at:'modalBox.defaultExtent' default:nil.
 
     "
      self updateStyleCache
     "
 
     "Modified: 31.8.1995 / 03:01:14 / claus"
-    "Modified: 1.3.1996 / 13:45:57 / cg"
     "Created: 15.8.1997 / 01:40:53 / cg"
+    "Modified: 20.10.1997 / 15:07:37 / cg"
 !
 
 useTransientViews:aBoolean 
@@ -853,6 +855,6 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.59 1997-10-07 14:28:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.60 1997-10-21 18:11:44 cg Exp $'
 ! !
 ModalBox initialize!
--- a/SimpleView.st	Tue Oct 21 20:04:52 1997 +0200
+++ b/SimpleView.st	Tue Oct 21 20:11:53 1997 +0200
@@ -10,14 +10,14 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:3.1.10 on 18-sep-1997 at 11:12:47 pm'                !
+'From Smalltalk/X, Version:3.2.1 on 20-oct-1997 at 2:12:35 pm'                  !
 
 DisplaySurface subclass:#SimpleView
 	instanceVariableNames:'superView subViews components styleSheet resources borderColor
-		borderWidth viewShape top left extentChanged
-		originChanged cornerChanged relativeOrigin relativeExtent
-		relativeCorner originRule extentRule cornerRule insets layout
-		shown hiddenOnRealize name level margin innerClipRect shadowColor
+		borderWidth viewShape top left extentChanged originChanged
+		cornerChanged relativeOrigin relativeExtent relativeCorner
+		originRule extentRule cornerRule insets layout shown
+		hiddenOnRealize name level margin innerClipRect shadowColor
 		lightColor bitGravity viewGravity controller windowGroup
 		preferredExtent explicitExtent dependents'
 	classVariableNames:'Grey CentPoint ViewSpacing DefaultStyle StyleSheet
@@ -7667,6 +7667,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.234 1997-10-11 13:41:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.235 1997-10-21 18:11:53 cg Exp $'
 ! !
 SimpleView initialize!
--- a/StandardSystemView.st	Tue Oct 21 20:04:52 1997 +0200
+++ b/StandardSystemView.st	Tue Oct 21 20:11:53 1997 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:3.2.1 on 20-oct-1997 at 3:14:09 pm'                  !
+
 TopView subclass:#StandardSystemView
 	instanceVariableNames:'label icon iconView iconLabel minExtent maxExtent sizeFixed
 		application windowEventsForApplication'
@@ -429,17 +431,17 @@
 updateStyleCache
     "extract values from the styleSheet and cache them in class variables"
 
-    <resource: #style (#standardSystemViewDefaultExtent)>
+    <resource: #style (#'standardSystemView.defaultExtent')>
 
-    DefaultExtent := StyleSheet at:'standardSystemViewDefaultExtent' default:nil.
+    DefaultExtent := StyleSheet at:'standardSystemView.defaultExtent' default:nil.
 
     "
      self updateStyleCache
     "
 
     "Modified: 31.8.1995 / 03:01:14 / claus"
-    "Modified: 1.3.1996 / 13:45:57 / cg"
     "Created: 15.8.1997 / 01:34:37 / cg"
+    "Modified: 20.10.1997 / 15:13:50 / cg"
 ! !
 
 !StandardSystemView class methodsFor:'startup'!
@@ -1388,6 +1390,6 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.86 1997-10-07 14:27:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.87 1997-10-21 18:11:45 cg Exp $'
 ! !
 StandardSystemView initialize!
--- a/StdSysV.st	Tue Oct 21 20:04:52 1997 +0200
+++ b/StdSysV.st	Tue Oct 21 20:11:53 1997 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:3.2.1 on 20-oct-1997 at 3:14:09 pm'                  !
+
 TopView subclass:#StandardSystemView
 	instanceVariableNames:'label icon iconView iconLabel minExtent maxExtent sizeFixed
 		application windowEventsForApplication'
@@ -429,17 +431,17 @@
 updateStyleCache
     "extract values from the styleSheet and cache them in class variables"
 
-    <resource: #style (#standardSystemViewDefaultExtent)>
+    <resource: #style (#'standardSystemView.defaultExtent')>
 
-    DefaultExtent := StyleSheet at:'standardSystemViewDefaultExtent' default:nil.
+    DefaultExtent := StyleSheet at:'standardSystemView.defaultExtent' default:nil.
 
     "
      self updateStyleCache
     "
 
     "Modified: 31.8.1995 / 03:01:14 / claus"
-    "Modified: 1.3.1996 / 13:45:57 / cg"
     "Created: 15.8.1997 / 01:34:37 / cg"
+    "Modified: 20.10.1997 / 15:13:50 / cg"
 ! !
 
 !StandardSystemView class methodsFor:'startup'!
@@ -1388,6 +1390,6 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.86 1997-10-07 14:27:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.87 1997-10-21 18:11:45 cg Exp $'
 ! !
 StandardSystemView initialize!