gtkCListGetText {RGtk2} | R Documentation |
Gets the text for the specified cell.
WARNING: gtk_clist_get_text
is deprecated and should not be used in newly-written code.
gtkCListGetText(w, row, cols, zeroBased = TRUE)
|
[integer] The row to query. |
A list containing the following elements:
retval |
[integer] 1 if the cell's text could be retrieved, 0 otherwise. |
|
[character] A pointer to a pointer to store the text. |
Derived by RGtkGen from GTK+ documentation