Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkListStoreNew

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

...

a new GtkListStore

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.