(send a-wx:media-edit move-position code extend? kind) -> void
code : small integer
extend? = #f : boolean
kind = wx:const-move-simple : small integer
The possible values for code
are:
- wx:const-k-home -- go to start of file
- wx:const-k-end -- go to end of file
- wx:const-k-right -- move right
- wx:const-k-left -- move left
- wx:const-k-up -- move up
- wx:const-k-down -- move down
if extend? is not #f, the selection range is extended instead of moved.
The possible values for kind are:
- wx:const-move-simple -- move one item or line
- wx:const-move-word -- works with wx:const-k-right or wx:const-k-left
- wx:const-move-page -- works with wx:const-k-up or wx:const-k-down
- wx:const-move-line -- works with wx:const-k-right or wx:const-k-left; moves to the start or end of the line