TextView.st
changeset 2752 5650a9ab5935
parent 2744 cb920467a4b4
child 2756 2bdd7ceaf05c
equal deleted inserted replaced
2751:dcba8a160aed 2752:5650a9ab5935
   900     "set the dropSource or nil
   900     "set the dropSource or nil
   901     "
   901     "
   902     dropSource := aDropSourceOrNil.
   902     dropSource := aDropSourceOrNil.
   903 ! !
   903 ! !
   904 
   904 
   905 !TextView methodsFor:'event processing'!
   905 !TextView methodsFor:'event handling'!
   906 
   906 
   907 buttonMotion:buttonMask x:x y:y
   907 buttonMotion:buttonMask x:x y:y
   908     "mouse-move while button was pressed - handle selection changes"
   908     "mouse-move while button was pressed - handle selection changes"
   909 
   909 
   910     |movedVisibleLine movedLine movedCol 
   910     |movedVisibleLine movedLine movedCol 
  3615 ! !
  3615 ! !
  3616 
  3616 
  3617 !TextView class methodsFor:'documentation'!
  3617 !TextView class methodsFor:'documentation'!
  3618 
  3618 
  3619 version
  3619 version
  3620     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.202 2003-05-07 14:32:05 cg Exp $'
  3620     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.203 2003-05-07 15:05:09 cg Exp $'
  3621 ! !
  3621 ! !
  3622 
  3622 
  3623 TextView initialize!
  3623 TextView initialize!