WEvent.st
changeset 2136 bdfd59774db2
parent 2126 1f108c76dfdb
child 2399 ff2ae749dea9
equal deleted inserted replaced
2135:bdf4d055eadd 2136:bdfd59774db2
   173 ! !
   173 ! !
   174 
   174 
   175 !WindowEvent class methodsFor:'event class access'!
   175 !WindowEvent class methodsFor:'event class access'!
   176 
   176 
   177 buttonEvent
   177 buttonEvent
       
   178     "return the class used to represent buttonEvents"
       
   179 
   178     ^ ButtonEvent
   180     ^ ButtonEvent
   179 
   181 
   180     "Created: 4.4.1997 / 13:45:04 / cg"
   182     "Created: / 4.4.1997 / 13:45:04 / cg"
       
   183     "Modified: / 6.6.1998 / 21:00:29 / cg"
   181 !
   184 !
   182 
   185 
   183 clientEvent
   186 clientEvent
       
   187     "return the class used to represent clientEvents"
       
   188 
   184     ^ ClientEvent
   189     ^ ClientEvent
   185 
   190 
   186     "Created: 4.4.1997 / 13:58:25 / cg"
   191     "Created: / 4.4.1997 / 13:58:25 / cg"
       
   192     "Modified: / 6.6.1998 / 21:00:36 / cg"
   187 !
   193 !
   188 
   194 
   189 inputEvent
   195 inputEvent
       
   196     "return the class used to represent inputEvents"
       
   197 
   190     ^ InputEvent
   198     ^ InputEvent
   191 
   199 
   192     "Created: 13.8.1997 / 23:03:02 / cg"
   200     "Created: / 13.8.1997 / 23:03:02 / cg"
       
   201     "Modified: / 6.6.1998 / 21:00:43 / cg"
   193 !
   202 !
   194 
   203 
   195 keyboardEvent
   204 keyboardEvent
       
   205     "return the class used to represent keyboardEvents"
       
   206 
   196     ^ KeyboardEvent
   207     ^ KeyboardEvent
   197 
   208 
   198     "Created: 4.4.1997 / 13:41:44 / cg"
   209     "Created: / 4.4.1997 / 13:41:44 / cg"
       
   210     "Modified: / 6.6.1998 / 21:00:50 / cg"
   199 ! !
   211 ! !
   200 
   212 
   201 !WindowEvent methodsFor:'accessing'!
   213 !WindowEvent methodsFor:'accessing'!
   202 
   214 
   203 arguments
   215 arguments
   709 ! !
   721 ! !
   710 
   722 
   711 !WindowEvent class methodsFor:'documentation'!
   723 !WindowEvent class methodsFor:'documentation'!
   712 
   724 
   713 version
   725 version
   714     ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.55 1998-05-20 23:53:32 cg Exp $'
   726     ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.56 1998-06-06 19:01:02 cg Exp $'
   715 ! !
   727 ! !