gtkTreeStoreSetColumnTypes {RGtk2}R Documentation

gtkTreeStoreSetColumnTypes

Description

This function is meant primarily for GObjects 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.

Usage

gtkTreeStoreSetColumnTypes(object, types)

Arguments

object [GtkTreeStore] A GtkTreeStore
types [GType] An list of GType types, one for each column

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]