gtkListStoreSetColumnTypes {RGtk2}R Documentation

gtkListStoreSetColumnTypes

Description

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

Usage

gtkListStoreSetColumnTypes(object, types)

Arguments

object [GtkListStore] A GtkListStore
types [GType] An list length n of GTypes

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]