resetSelection method
void
resetSelection()
Clears the current selection, removing any highlight.
Implementation
void resetSelection() {
_checkNotDisposed();
_bindings.textBufferResetSelection(_ptr);
}
Clears the current selection, removing any highlight.
void resetSelection() {
_checkNotDisposed();
_bindings.textBufferResetSelection(_ptr);
}