Squeak Class Documentation category index | class index  
 
CursorWithMask
  category: Graphics-Display Objects
  superclass: Cursor
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  asCursorForm
beCursor
hasMask
maskForm
setMaskForm:
storeOn:base:
withMask

class methods
  as yet unclassified
  derivedFrom:

instance methods
  as yet unclassified top  
 

asCursorForm


 

beCursor

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.


 

hasMask


 

maskForm


 

setMaskForm:


 

storeOn:base:

Store the receiver out as an expression that can be evaluated to recreate a Form with the same contents as the original.


 

withMask


class methods
  as yet unclassified top  
 

derivedFrom:

Cursor initNormalWithMask. Cursor normal show