gtkTextIterCopy: gtkTextIterCopy

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a dynamically-allocated copy of an iterator. This function is not useful in applications, because iterators can be copied with a simple assignment (GtkTextIter i = j;). The function is used by language bindings.

Usage

1

Arguments

object

an iterator

Value

[GtkTextIter] a copy of the iter,

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkTextIterCopy in RGtk2...