gtkTreeStoreNew: gtkTreeStoreNew

Description Usage Arguments Details Value Author(s)

View source: R/gtkManuals.R

Description

Creates a new tree store as with n.columns columns each of the types passed in. Note that only types derived from standard GObject fundamental types are supported.

Usage

1

Arguments

...

a new GtkTreeStore

Details

As an example, gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING, GDK_TYPE_PIXBUF); will create a new GtkTreeStore with three columns, of type integer, string and GdkPixbuf respectively.

Value

[GtkTreeStore] a new GtkTreeStore

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkTreeStoreNew in RGtk2...