Bool OnInsert (wxSnip *snip, wxSnip *before, float x, float y)
Called before the given snip is inserted into the buffer in front of the snip before. Override this for your own use. If you return FALSE, then the insert will be aborted. If you return TRUE, then AfterInsert is guaranteed to be called after the insert has completed.