gtkCListFindRowFromData {RGtk2} | R Documentation |
Searches the CList for the row with the specified data.
WARNING: gtk_clist_find_row_from_data
is deprecated and should not be used in newly-written code.
gtkCListFindRowFromData(object, data)
|
[GtkCList ] The GtkCList to search. |
|
[R object] The data to search for a match. |
[integer] The number of the matching row, or -1 if no match could be found.
Derived by RGtkGen from GTK+ documentation