gtkTextIterCopy {RGtk2}R Documentation

gtkTextIterCopy

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

gtkTextIterCopy(object)

Arguments

object [GtkTextIter] an iterator

Value

[GtkTextIter] a copy of the iter

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]