TextView.st
changeset 2744 cb920467a4b4
parent 2740 892dfb6b0da1
child 2752 5650a9ab5935
equal deleted inserted replaced
2743:65b5445cb984 2744:cb920467a4b4
   573 
   573 
   574     "Created: 9.9.1996 / 19:31:22 / cg"
   574     "Created: 9.9.1996 / 19:31:22 / cg"
   575     "Modified: 5.3.1997 / 15:37:37 / cg"
   575     "Modified: 5.3.1997 / 15:37:37 / cg"
   576 ! !
   576 ! !
   577 
   577 
   578 !TextView methodsFor:'Compatibility - ST80'!
   578 !TextView methodsFor:'Compatibility-ST80'!
   579 
   579 
   580 displaySelection:aBoolean
   580 displaySelection:aBoolean
   581     "ST-80 compatibility: ignored here."
   581     "ST-80 compatibility: ignored here."
   582 
   582 
   583 !
   583 !
  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.201 2003-05-02 17:52:15 cg Exp $'
  3620     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.202 2003-05-07 14:32:05 cg Exp $'
  3621 ! !
  3621 ! !
  3622 
  3622 
  3623 TextView initialize!
  3623 TextView initialize!