Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTextBufferDeleteSelection

gtkTextBufferDeleteSelection


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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.