void Copy (Bool extend, long time, long start, long end = -1)
Copies specified range of text into the clipboard. 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
) for a discussion of the time parameter.
See also wxMediaBuffer::Copy (section
).