TextView.st
changeset 2100 69c10efca8f4
parent 2074 24e9d7beed2b
child 2109 ccad6daad477
equal deleted inserted replaced
2099:1f2eacc75651 2100:69c10efca8f4
   414 
   414 
   415     "Created: 9.9.1996 / 19:31:22 / cg"
   415     "Created: 9.9.1996 / 19:31:22 / cg"
   416     "Modified: 5.3.1997 / 15:37:37 / cg"
   416     "Modified: 5.3.1997 / 15:37:37 / cg"
   417 ! !
   417 ! !
   418 
   418 
   419 !TextView methodsFor:'Compatibility - ST-80'!
   419 !TextView methodsFor:'Compatibility - ST80'!
   420 
   420 
   421 selectionStartIndex
   421 selectionStartIndex
   422     "ST-80 compatibility: return the selections start character position."
   422     "ST-80 compatibility: return the selections start character position."
   423 
   423 
   424     ^ self characterPositionOfSelection
   424     ^ self characterPositionOfSelection
  2975 ! !
  2975 ! !
  2976 
  2976 
  2977 !TextView class methodsFor:'documentation'!
  2977 !TextView class methodsFor:'documentation'!
  2978 
  2978 
  2979 version
  2979 version
  2980     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.147 1999-12-09 11:11:05 cg Exp $'
  2980     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.148 2000-01-17 11:18:33 cg Exp $'
  2981 ! !
  2981 ! !