Next:
show-position
Up:
wx:text-window
Previous:
set-insertion-point-end
set-selection
Selects a range of text in the buffer.
(send
a-wx:text-window
set-selection
from
to
)
->
void
from
:
small integer
to
:
small integer
Selects the text between
from
and
to
.
PLT