Insert

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

Members

Functions

appendText
auto appendText(string text)

Append text to the end.

insertTextAt
auto insertTextAt(string text, int charIndex)

Insert text at an index.

insertTextAtCursor
auto insertTextAtCursor(string text)

Insert text at the cursor position.

Meta