RGtk2 (version 2.20.31)

gtkCListSetRowData: gtkCListSetRowData

Description

Sets data for the specified row. This is the same as calling gtk_clist_set_row_data_full(clist, row, data, NULL). WARNING: gtk_clist_set_row_data is deprecated and should not be used in newly-written code.

Usage

gtkCListSetRowData(object, row, data = NULL)

Arguments

object
The GtkCList to affect.
row
The row to affect.
data
The data to set for the row.