gtkTreeStoreSet {RGtk2}R Documentation

gtkTreeStoreSet

Description

Sets the value of one or more cells in the row referenced by iter. The variable argument list should contain integer column numbers, each column number followed by the value to be set. The list is terminated by a -1. For example, to set column 0 with type G_TYPE_STRING to "Foo", you would write gtk_tree_store_set (store, iter, 0, "Foo", -1).

Usage

gtkTreeStoreSet(object, iter, ...)

Arguments

object [GtkTreeStore] A GtkTreeStore
iter [GtkTreeIter] A valid GtkTreeIter for the row being modified
... pairs of column number and value, terminated with -1

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]