previous up next     contents index
Next: wxMediaPasteboard::OnPaste Up: wxMediaPasteboard: wxMediaBuffer Previous: wxMediaPasteboard::OnInsert

wxMediaPasteboard::OnMoveTo

Bool OnMoveTo (wxSnip *snip, float x, float y, Bool dragging)

  Called before the given snip is moved within the buffer. If dragging is TRUE, then this move is a temporary move for dragging. Override this for your own use. If you return FALSE, then the move will be aborted. If you return TRUE, then AfterMoveTo is guaranteed to be called after the move has completed.



PLT