WindowEvent.st
changeset 4461 adecf2db552f
parent 4459 8b13d9f5d3b5
child 4628 ebdab26dea16
equal deleted inserted replaced
4460:c8537e5fe249 4461:adecf2db552f
   359 !
   359 !
   360 
   360 
   361 dropMessage:dropTypeSymbol data:dropValue view:aView position:positionOrNil handle:dropHandleOrNil
   361 dropMessage:dropTypeSymbol data:dropValue view:aView position:positionOrNil handle:dropHandleOrNil
   362     ^ DropEvent 
   362     ^ DropEvent 
   363           for:aView
   363           for:aView
   364           type:#dropMessage:data:position:handle
   364           type:#dropMessage:data:position:handle:
   365           arguments:(Array with:dropTypeSymbol with:dropValue with:positionOrNil with:dropHandleOrNil)
   365           arguments:(Array with:dropTypeSymbol with:dropValue with:positionOrNil with:dropHandleOrNil)
   366 !
   366 !
   367 
   367 
   368 focusInView:aView
   368 focusInView:aView
   369     ^ FocusEvent 
   369     ^ FocusEvent 
  1433 ! !
  1433 ! !
  1434 
  1434 
  1435 !WindowEvent class methodsFor:'documentation'!
  1435 !WindowEvent class methodsFor:'documentation'!
  1436 
  1436 
  1437 version
  1437 version
  1438     ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.84 2006-01-10 12:47:44 cg Exp $'
  1438     ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.85 2006-01-10 13:32:48 cg Exp $'
  1439 ! !
  1439 ! !
  1440 
  1440 
  1441 WindowEvent::InputEvent initialize!
  1441 WindowEvent::InputEvent initialize!