unregister_item


Description:

public void unregister_item (CanvasItemModel model)

This function is only intended to be used when implementing new canvas items.

It should be called in the finalize method of CanvasItem objects, to remove the canvas item from the Canvas's hash table.

Parameters:

this

a Canvas.

model

the item model whose canvas item is being finalized.