Bool OnResize (wxSnip *snip, float w, float h)
Called before the given snip is resized. Override this for your own use. If you return FALSE, then the resize will be aborted. If you return TRUE, then AfterResize is guaranteed to be called after the move has completed.