Controller.st
changeset 1012 e408830caf2d
parent 744 db883c9b74b8
child 1036 e4b2a5b5b0df
--- a/Controller.st	Thu Aug 01 18:11:07 1996 +0200
+++ b/Controller.st	Thu Aug 01 18:17:39 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Interface-Support-Controllers'
 !
 
-!Controller class methodsFor:'documentation'!
+!Controller  class methodsFor:'documentation'!
 
 copyright
 "
@@ -83,7 +83,7 @@
 "
 ! !
 
-!Controller class methodsFor:'instance creation'!
+!Controller  class methodsFor:'instance creation'!
 
 new
     ^ self basicNew initialize
@@ -262,12 +262,6 @@
     ^ self
 !
 
-buttonShiftPress:button x:x y:y
-    "a mouse button was pressed again shortly after in my view"
-
-    ^ self buttonPress:button x:x y:y
-!
-
 deviceButtonMotion:state x:x y:y
     "this is the low-level (untransformed) event as received
      from the device (i.e. coordinates are in device coordinates). 
@@ -561,8 +555,8 @@
     ^ nil
 ! !
 
-!Controller class methodsFor:'documentation'!
+!Controller  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.36 1996-05-28 18:32:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.37 1996-08-01 16:17:10 cg Exp $'
 ! !