gtkTreeIterCopy {RGtk2}R Documentation

gtkTreeIterCopy

Description

Creates a dynamically allocated tree iterator as a copy of iter. This function is not intended for use in applications, because you can just copy the structs by value (GtkTreeIter new_iter = iter;). You must free this iter with gtk\Tree\Iter\Free().

Usage

gtkTreeIterCopy(object)

Arguments

object [GtkTreeIter] A GtkTreeIter.

Value

[GtkTreeIter] a newly-allocated copy of iter.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]