(send a-wx:media-edit set-position start end at-eol? scroll? seltype) -> void
start : small integer
end = -1 : small integer
at-eol? = #f : boolean
scroll? = #t : boolean
seltype = wx:const-default-select : small integer
See section
for a discussion of at-eol?. If scroll?
is not #f, then the view is scrolled to show the selection
if necessary.
The seltype argument is only used when the X Windows selection
mechanism is enabled. The possible values are:
- wx:const-default-select -- if this window
has the keyboard focus and given selection is non-empty, make it
the current X selection
- wx:const-x-select -- if the given selection is
non-empty, make it the current X selection
- wx:const-local-select -- do not change the
current X selection
See also
wx:media-set-x-selection-mode.