WindowEvent.st
changeset 2811 7460f7225d79
parent 2761 accf9c7f470e
child 2852 4eb0bb90d703
--- a/WindowEvent.st	Mon Jul 26 09:32:32 1999 +0200
+++ b/WindowEvent.st	Mon Jul 26 10:11:41 1999 +0200
@@ -358,6 +358,12 @@
     "Created: 5.3.1997 / 12:25:43 / cg"
 !
 
+isConfigureEvent
+    "return true, if this is a damage event"
+
+    ^ type == #'configureX:y:width:height:'
+!
+
 isDamage
     "return true, if this is a damage event"
 
@@ -800,5 +806,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.60 1999-06-07 12:16:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.61 1999-07-26 08:11:41 cg Exp $'
 ! !