#QUALITY by stefan
authorStefan Vogel <sv@exept.de>
Wed, 01 Apr 2020 10:29:26 +0200
changeset 9031 031e668e28fd
parent 9030 7705b9774577
child 9032 948176a5589b
#QUALITY by stefan class: TopView changed: #windowType: mark as obsolete
TopView.st
--- a/TopView.st	Wed Apr 01 10:28:14 2020 +0200
+++ b/TopView.st	Wed Apr 01 10:29:26 2020 +0200
@@ -558,11 +558,14 @@
 !
 
 windowType:aTypeSymbol
-    "experimental - do not use"
+    <resource: #obsolete>
+    "backward compatibility, type symbols are no longer supported - do not use"
 
+    self obsoleteMethodWarning.
     type := aTypeSymbol
 
     "Created: / 03-03-2011 / 20:12:40 / cg"
+    "Modified: / 01-04-2020 / 10:17:34 / Stefan Vogel"
 ! !
 
 !TopView methodsFor:'accessing-look'!