gtkCListSetColumnTitle {RGtk2}R Documentation

gtkCListSetColumnTitle

Description

Sets the title for the specified column. WARNING: gtk_clist_set_column_title is deprecated and should not be used in newly-written code.

Usage

gtkCListSetColumnTitle(object, column, title)

Arguments

object [GtkCList] The GtkCList to affect.
column [integer] The column whose title should be changed.
title [character] A string to be the column's title.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]