| Did you know ... | Search Documentation: |
| Send methods |
send(DebugIcon, cursor, not_allowed).
In its second form it allows the user the define a cursor. Such a cursor consists of:
cursor <-nameName for reference (see cursor <-lookup).cursor <-imageImage object describing the image. cursor <-hot_spotPosition of the pointer in the image. cursor <-foregroundColour for the _1_-s in cursor <-imagecursor <-backgroundColour for the _0_-s in cursor <-image
cursor<-image must
be specified. cursor<-hot_spot
defaults to‘image
cursor<-hot_spot’,
or otherwise to point(0,0). Both colours default to the
fore- and background colours of the display on which the cursor is
opened and often need not be specified.
If the cursor has a cursor<-name,
it is locked using object->protect.
Otherwise the livetime of the cursor
object follows the normal rules.