gtkListStoreNew {RGtk2}R Documentation

gtkListStoreNew

Description

Creates a new list 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

gtkListStoreNew(...)

Arguments

... all GType types for the columns, from first to last

Details

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

Value

[GtkListStore] a new GtkListStore

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]