set_column_types


Description:

public void set_column_types (Type[] types)

This function is meant primarily for Objects that inherit from ListStore, and should only be used when constructing a new ListStore.

It will not function after a row has been added, or a method on the TreeModel interface is called.

Parameters:

this

A ListStore

types

An array length n of Types

n_columns

Number of columns for the list store