WindowGroup.st
changeset 3736 2be34b98b33a
parent 3695 d960a1cbf0f1
child 3737 52afcf068624
--- a/WindowGroup.st	Mon Sep 23 22:32:48 2002 +0200
+++ b/WindowGroup.st	Tue Sep 24 15:22:58 2002 +0200
@@ -1423,6 +1423,10 @@
     ^ false
 !
 
+lastEvent
+    ^ LastEventQuerySignal query
+!
+
 leaveEventLoop
     "immediately leave the event loop, returning way back.
      This can be used to leave (and closedown) a modal group.
@@ -2676,6 +2680,7 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.246 2002-08-13 12:10:52 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.247 2002-09-24 13:22:58 penk Exp $'
 ! !
+
 WindowGroup initialize!