EditableText.cutText
void cutText(int startPos, int endPos)Copy text from start_pos up to, but not including end_pos to the clipboard and then delete from the widget.
Parameters
startPos | start position |
endPos | end position |
void cutText(int startPos, int endPos)Copy text from start_pos up to, but not including end_pos to the clipboard and then delete from the widget.
startPos | start position |
endPos | end position |