gtkTreeIterCopy: gtkTreeIterCopy

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1

Arguments

object

A GtkTreeIter.

Value

[GtkTreeIter] a newly-allocated copy of iter.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkTreeIterCopy in RGtk2...