Tools_BrowserList.st
changeset 6464 ad9a50d6097e
parent 6448 a33af45f2f4b
child 6558 1c948ee4326f
equal deleted inserted replaced
6463:64ff0bdfd046 6464:ad9a50d6097e
   572     "Created: / 13.2.2000 / 22:26:06 / cg"
   572     "Created: / 13.2.2000 / 22:26:06 / cg"
   573     "Modified: / 13.2.2000 / 22:28:09 / cg"
   573     "Modified: / 13.2.2000 / 22:28:09 / cg"
   574 !
   574 !
   575 
   575 
   576 prioDelayedUpdate:something with:aParameter from:changedObject
   576 prioDelayedUpdate:something with:aParameter from:changedObject
   577     Processor activeProcess withPriority:(Processor userSchedulingPriority-1) do:[
   577     Processor activeProcess withLowerPriorityDo:[
   578         self delayedUpdate:something with:aParameter from:changedObject
   578         self delayedUpdate:something with:aParameter from:changedObject
   579     ]
   579     ]
   580 !
   580 !
   581 
   581 
   582 selectionChangeAllowed
   582 selectionChangeAllowed
  1238 ! !
  1238 ! !
  1239 
  1239 
  1240 !BrowserList class methodsFor:'documentation'!
  1240 !BrowserList class methodsFor:'documentation'!
  1241 
  1241 
  1242 version
  1242 version
  1243     ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.9 2005-12-21 18:41:38 cg Exp $'
  1243     ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.10 2006-01-09 08:55:45 cg Exp $'
  1244 ! !
  1244 ! !