gtkCListGetRowData {RGtk2} | R Documentation |
Gets the currently set data for the specified row.
WARNING: gtk_clist_get_row_data
is deprecated and should not be used in newly-written code.
gtkCListGetRowData(object, row)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row to query. |
[R object] The data set for the row.
Derived by RGtkGen from GTK+ documentation