gtkCListGetText: gtkCListGetText

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R View source: R/zcompat.R

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

1
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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkCListGetText in RGtk2...