gtkCListGetText: gtkCListGetText
Description
Gets the text for the specified cell.
WARNING: gtk_clist_get_text
is deprecated and should not be used in newly-written code.
Usage
gtkCListGetText(w, row, cols, zeroBased = TRUE)
Value
A list containing the following elements:
- retval
- [integer] 1 if the cell's text could be retrieved, 0 otherwise.
text
- A pointer to a pointer to store the text.