WindowGroup.st
changeset 3436 0c0c8b88b669
parent 3400 ff43dd6a2148
child 3438 8d3e56c417ce
--- a/WindowGroup.st	Fri May 18 00:40:34 2001 +0200
+++ b/WindowGroup.st	Fri May 18 00:44:28 2001 +0200
@@ -451,6 +451,8 @@
 device
     "return the device, we receive our events from"
 
+    <resource:#obsolete>
+
     self obsoleteMethodWarning:'use #graphicsDevice'.
     ^ self graphicsDevice
 
@@ -2583,6 +2585,6 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.224 2001-01-15 17:32:40 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.225 2001-05-17 22:44:28 stefan Exp $'
 ! !
 WindowGroup initialize!