ListStore.setColumnTypes

Sets the types of the columns of a list store.

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

This function cannot be called after a row has been added, or a method on the gtk.tree_model.TreeModel interface is called.

More...
class ListStore
void
setColumnTypes

Parameters

types gobject.types.GType[]

Detailed Description

Deprecated: Use list models