release


Description:

public abstract void release (DockItem child)

This virtual method should remove child from this if the dock item knows how to do so.

For example, the DockStack will remove child from it's internal Stack.

After the virtual function has been executed, child tracking will be removed so that DockItem implementations do not need to implement themselves.

Parameters:

this

A DockItem