Primitive. Tell the interpreter to use the receiver as the current cursor
image. Fail if the receiver does not match the size expected by the
hardware. Essential. See Object documentation whatIsAPrimitive.
Primitive. Tell the interpreter to use the receiver as the current cursor image with the given mask Form. Both the receiver and the mask should have extent 16@16 and a depth of one. The mask and cursor bits are combined as follow:
mask cursor effect
0 0 transparent (underlying pixel shows through)
1 1 opaque black
1 0 opaque white
0 1 invert the underlying pixel
Receiver changed. The change is denoted by the argument aParameter.
Usually the argument is a Symbol that is part of the dependent's change
protocol. Inform all of the dependents.
Answer a new instance of me with width and height specified by
extentPoint, offset by offsetPoint, and bits from anArray.
NOTE: This has been kluged to take an array of 16-bit constants,
and shift them over so they are left-justified in a 32-bit bitmap