void ReleaseSnip (wxSnip *snip)
Requests that the specified snip be released. If this is not the owner of the snip or if the snip cannot be released, then FALSE is returned. Otherwise, the snip is considered released by the administrator and TRUE is returned. This method should usually be called by a snip's ReleaseFromOwner method, so that the snip can set its internal ``owned'' state.