TextColl.st
changeset 1611 779762acd916
parent 1610 b05a3e405b33
child 1617 9606db12cf1b
equal deleted inserted replaced
1610:b05a3e405b33 1611:779762acd916
   259 
   259 
   260 lineLimit:aNumber
   260 lineLimit:aNumber
   261     "define the number of text-lines I am supposed to hold"
   261     "define the number of text-lines I am supposed to hold"
   262 
   262 
   263     lineLimit := aNumber
   263     lineLimit := aNumber
       
   264 
       
   265     "
       
   266      Transcript lineLimit:5000
       
   267     "
       
   268 
       
   269     "Modified: / 16.5.1998 / 01:33:52 / cg"
   264 !
   270 !
   265 
   271 
   266 updateTimeDelay:seconds
   272 updateTimeDelay:seconds
   267     "if collect is enabled, the receiver will update its view, 
   273     "if collect is enabled, the receiver will update its view, 
   268      after that time delay (i.e. it collects more output during that period),
   274      after that time delay (i.e. it collects more output during that period),
   647 ! !
   653 ! !
   648 
   654 
   649 !TextCollector class methodsFor:'documentation'!
   655 !TextCollector class methodsFor:'documentation'!
   650 
   656 
   651 version
   657 version
   652     ^ '$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.50 1998-07-27 14:17:03 cg Exp $'
   658     ^ '$Header: /cvs/stx/stx/libwidg/Attic/TextColl.st,v 1.51 1998-07-27 14:18:21 cg Exp $'
   653 ! !
   659 ! !