gtkCListSetRowDataFull {RGtk2}R Documentation

gtkCListSetRowDataFull

Description

Sets the data for specified row, with a callback when the row is destroyed. WARNING: gtk_clist_set_row_data_full is deprecated and should not be used in newly-written code.

Usage

gtkCListSetRowDataFull(object, row, data = NULL)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row to affect.
data [R object] The data to set for the row.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]