| Did you know ... | Search Documentation: |
| object->unlink |
->unlink
is called by object->free.
Its task is to unlink the instance from its environment. The object->unlink
method may not be called directly by the user. The user should provide
an unlink method when writing a user-defined class that requires
specialised unlink behaviour.
Some examples:
<-graphicals
and update the display.
NOTE: Unlink should never be called directly by the user. Any
user-defined object->unlink
method should invoke the method of the super-class (see object->send_super).
See also object->free, object->done, visual->destroy
and object->unlinking
->free