gtkListStoreSetColumnTypes {RGtk2} | R Documentation |
This function is meant primarily for
GObjectsthat inherit from
GtkListStore
,
and should only be used when constructing a new GtkListStore
. It will not
function after a row has been added, or a method on the GtkTreeModel
interface is called.
gtkListStoreSetColumnTypes(object, types)
|
|
|
An list length n of GTypes. [ array length=n_columns] |
Derived by RGtkGen from GTK+ documentation