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

The GtkCList to affect.

column

The column to query.

Value

[character] The title of the column.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]