TreeStore


Description:

[ CCode ( has_construct_function = false , sentinel = "" ) ]
public TreeStore (int n_columns, ...)

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.

As an example, `gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING, GDK_TYPE_PIXBUF);` will create a new TreeStore with three columns, of type SortColumn, gchararray, and Pixbuf respectively.

Parameters:

n_columns

number of columns in the tree store

...

all Type types for the columns, from first to last

Returns:

a new TreeStore