Last updated: Sun, 12 May 2013 view this page in English
GtkTreeStore::set_column_types
set_column_types(array columns);
Sets the column types for the tree store to the types in the array
columns.
This method is meant primarily for objects that inherit from
GtkTreeStore, and should only be used when
constructing a new GtkTreeStore. It will not
function after a row has been added, or a method on the
GtkTreeModel interface is called.
User Contributed Notes gtk.gtktreestore.method.set_column_types.php
There are no user contributed notes for this page.