gtkTextBufferDeleteSelection: gtkTextBufferDeleteSelection

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Deletes the range between the "insert" and "selection_bound" marks, that is, the currently-selected text. If interactive is TRUE, the editability of the selection will be considered (users can't delete uneditable text).

Usage

1
gtkTextBufferDeleteSelection(object, interactive, default.editable)

Arguments

object

a GtkTextBuffer

interactive

whether the deletion is caused by user interaction

default.editable

whether the buffer is editable by default

Value

[logical] whether there was a non-empty selection to delete

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.