gtkCListGetColumnTitle {RGtk2}R Documentation

gtkCListGetColumnTitle

Description

Gets the current title of the specified column WARNING: gtk_clist_get_column_title is deprecated and should not be used in newly-written code.

Usage

gtkCListGetColumnTitle(object, column)

Arguments

object [GtkCList] The GtkCList to affect.
column [integer] The column to query.

Value

[character] The title of the column.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]