gtkTextBufferPlaceCursor: gtkTextBufferPlaceCursor

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

This function moves the "insert" and "selection_bound" marks simultaneously. If you move them to the same place 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

1
gtkTextBufferPlaceCursor(object, where)

Arguments

object

a GtkTextBuffer

where

where to put the cursor

Author(s)

Derived by RGtkGen from GTK+ documentation


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