void Paste (long time, long start, long end = -1)
Pastes the current contents of the clipboard into the specified range. If start is -1, then the current selection end position is used. If end is -1, then end = start.
See Cut and Paste Timestamps (section
) for a discussion of the time parameter.
See also wxMediaBuffer::Paste (section
).