ProgressIndicator.st
changeset 4998 dc55b3e01957
parent 4724 281883681a1e
child 5170 d3b3baffa5d1
equal deleted inserted replaced
4997:ce7b2fcf39d8 4998:dc55b3e01957
  1161         self level:-1
  1161         self level:-1
  1162     ].
  1162     ].
  1163 
  1163 
  1164     bgColor := styleSheet colorAt:'progressIndicator.viewBackground' default:Color white.
  1164     bgColor := styleSheet colorAt:'progressIndicator.viewBackground' default:Color white.
  1165     fgColor := styleSheet colorAt:'progressIndicator.foregroundColor' default:Color blue.
  1165     fgColor := styleSheet colorAt:'progressIndicator.foregroundColor' default:Color blue.
  1166     fgColor := fgColor onDevice:self graphicsDevice.
  1166     fgColor := fgColor onDevice:device.
  1167 
  1167 
  1168     showPercentage := true.
  1168     showPercentage := true.
  1169 !
  1169 !
  1170 
  1170 
  1171 initialize
  1171 initialize
  1727 ! !
  1727 ! !
  1728 
  1728 
  1729 !ProgressIndicator class methodsFor:'documentation'!
  1729 !ProgressIndicator class methodsFor:'documentation'!
  1730 
  1730 
  1731 version
  1731 version
  1732     ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.79 2015-02-28 23:44:28 cg Exp $'
  1732     ^ '$Header$'
  1733 !
  1733 !
  1734 
  1734 
  1735 version_CVS
  1735 version_CVS
  1736     ^ '$Header: /cvs/stx/stx/libwidg2/ProgressIndicator.st,v 1.79 2015-02-28 23:44:28 cg Exp $'
  1736     ^ '$Header$'
  1737 ! !
  1737 ! !
  1738 
  1738