Name
Texteditor.Mark -- mark text
Synopsis
mui.DoMethod(id, "Mark", start_x, start_y, stop_x, stop_y)
Function
This method will mark (select) the given area specified by the start_x / stop_x, start_y / stop_y rectangular.

Inputs
id
id of the text editor object
start_x
start x position
start_y
start y position
stop_x
stop x position
stop_y
stop y position

Show TOC