UIPainterView.st
changeset 1201 c88c6cee0cca
parent 1191 32bb9f029ad2
child 1225 0aa39cc5f0a3
equal deleted inserted replaced
1200:3d1b5aceaa49 1201:c88c6cee0cca
  1227 create
  1227 create
  1228     "colors on device
  1228     "colors on device
  1229     "
  1229     "
  1230     super create.
  1230     super create.
  1231 
  1231 
  1232     handleColor       := handleColor on:device.
  1232     handleColor       := handleColor onDevice:device.
  1233     handleMasterColor := handleMasterColor on:device.
  1233     handleMasterColor := handleMasterColor onDevice:device.
  1234 !
  1234 !
  1235 
  1235 
  1236 initialize
  1236 initialize
  1237     "setup attributes
  1237     "setup attributes
  1238     "
  1238     "