TextEdit.cursorSetColumn

Moves the cursor at the specified column index. If adjust_viewport is set to true, the viewport will center at the cursor position after the move occurs.

struct TextEdit
@nogc nothrow
void
cursorSetColumn
(
in long column
,
in bool adjust_viewport = true
)

Meta