WindowEvent.st
changeset 3758 c484f793f9b1
parent 3686 33158a6957a2
child 3773 e2fd3df91e5c
equal deleted inserted replaced
3757:d6b9e17dcc45 3758:c484f793f9b1
   137 	poolDictionaries:''
   137 	poolDictionaries:''
   138 	privateIn:WindowEvent
   138 	privateIn:WindowEvent
   139 !
   139 !
   140 
   140 
   141 WindowEvent subclass:#MessageSendEvent
   141 WindowEvent subclass:#MessageSendEvent
       
   142 	instanceVariableNames:''
       
   143 	classVariableNames:''
       
   144 	poolDictionaries:''
       
   145 	privateIn:WindowEvent
       
   146 !
       
   147 
       
   148 WindowEvent subclass:#SelectionEvent
       
   149 	instanceVariableNames:''
       
   150 	classVariableNames:''
       
   151 	poolDictionaries:''
       
   152 	privateIn:WindowEvent
       
   153 !
       
   154 
       
   155 WindowEvent::SelectionEvent subclass:#SelectionClearEvent
   142 	instanceVariableNames:''
   156 	instanceVariableNames:''
   143 	classVariableNames:''
   157 	classVariableNames:''
   144 	poolDictionaries:''
   158 	poolDictionaries:''
   145 	privateIn:WindowEvent
   159 	privateIn:WindowEvent
   146 !
   160 !
  1406 ! !
  1420 ! !
  1407 
  1421 
  1408 !WindowEvent class methodsFor:'documentation'!
  1422 !WindowEvent class methodsFor:'documentation'!
  1409 
  1423 
  1410 version
  1424 version
  1411     ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.73 2002-08-02 18:59:51 cg Exp $'
  1425     ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.74 2002-10-31 20:20:51 cg Exp $'
  1412 ! !
  1426 ! !
       
  1427 
       
  1428 WindowEvent::InputEvent initialize!