Selection

These are common commands that apply to all widgets that have them injected.

Members

Functions

deselectText
auto deselectText()

Clear the text selection.

isTextSelected
bool isTextSelected()

Check if any text selected.

selectText
auto selectText(int startCharIndex, int endCharIndex)

Select the text.

Meta