gtkCListSetRowDataFull {RGtk2} | R Documentation |
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.
gtkCListSetRowDataFull(object, row, data = NULL)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row to affect. |
|
[R object] The data to set for the row. |
Derived by RGtkGen from GTK+ documentation