previous up next     contents index
Next: wxMediaEdit::Delete Up: wxMediaEdit: wxMediaBuffer Previous: wxMediaEdit::Copy

wxMediaEdit::Cut

void Cut (Bool extend, long time, long start, long end = -1)

Copies and then deletes the specified range. If extend is TRUE, the old clipboard contents are appended. If start or end is -1, then the current selection start/end is used.

See Cut and Paste Timestamps (section gif) for a discussion of the time parameter. See also wxMediaBuffer::Cut (section gif).



PLT