RGtk2 (version 2.20.31)

gtkTreeIterCopy: 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;).

Usage

gtkTreeIterCopy(object)

Arguments

object

Value

GtkTreeIter] a newly-allocated copy of iter.