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

gtkTextBufferSelectRange

gtkTextBufferSelectRange


Description

This function moves the "insert" and "selection_bound" marks simultaneously. If you move them in two steps with gtkTextBufferMoveMark, you will temporarily select a region in between their old and new locations, which can be pretty inefficient since the temporarily-selected region will force stuff to be recalculated. This function moves them as a unit, which can be optimized.

Usage

gtkTextBufferSelectRange(object, ins, bound)

Arguments

object

a GtkTextBuffer

ins

where to put the "insert" mark

bound

where to put the "selection_bound" mark

Details

Since 2.4

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.