RGtk2 (version 2.20.31)

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)

Arguments

row
The row to query.

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.