Added #monitorHandles
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 23 Feb 2012 01:02:35 +0100
changeset 5850 467c30bfb1ed
parent 5849 872ab5db5a11
child 5851 ce6442599a43
Added #monitorHandles
XWorkstation.st
--- a/XWorkstation.st	Wed Feb 22 14:16:14 2012 +0100
+++ b/XWorkstation.st	Thu Feb 23 01:02:35 2012 +0100
@@ -724,6 +724,11 @@
 
 !XWorkstation methodsFor:'accessing & queries'!
 
+monitorHandles
+    ^#()
+
+! 
+
 activateOnClick:aBoolean
     "set/clear the activateOnClick behavior.
      If on, a click into a window raises and activates
@@ -12042,7 +12047,7 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.520 2011-06-29 07:35:39 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.521 2012-02-23 00:02:35 vrany Exp $'
 !
 
 version_SVN