StandardSystemView.st
changeset 4824 8c1e4838ac4a
parent 4815 77b9f37c9e10
child 4826 0c02ab4c86bd
--- a/StandardSystemView.st	Wed Oct 31 01:49:54 2007 +0100
+++ b/StandardSystemView.st	Wed Oct 31 01:49:56 2007 +0100
@@ -1064,6 +1064,34 @@
 
     "Created: 16.12.1995 / 18:40:44 / cg"
     "Modified: 23.4.1996 / 21:38:11 / cg"
+!
+
+trayButtonDoubleClick:buttonNr
+    "WIN32 only: double-click in the tray.
+     Nothing done here"
+
+    "Created: / 31-10-2007 / 01:46:27 / cg"
+!
+
+trayButtonPress:buttonNr
+    "WIN32 only: button-press in the tray.
+     Nothing done here"
+
+    "Created: / 31-10-2007 / 01:25:52 / cg"
+!
+
+trayButtonRelease:buttonNr
+    "WIN32 only: button-release in the tray.
+     Nothing done here"
+
+    "Created: / 31-10-2007 / 01:25:55 / cg"
+!
+
+trayMouseMotion
+    "WIN32 only: mouse-motion in the tray.
+     Nothing done here"
+
+    "Created: / 31-10-2007 / 01:25:33 / cg"
 ! !
 
 !StandardSystemView methodsFor:'initialization & release'!
@@ -1542,7 +1570,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.177 2007-10-30 20:00:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.178 2007-10-31 00:49:56 cg Exp $'
 ! !
 
 StandardSystemView initialize!