gtkCListSetText: gtkCListSetText

Description Usage Arguments Author(s)

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

Description

Sets the displayed text in the specified cell. WARNING: gtk_clist_set_text is deprecated and should not be used in newly-written code.

Usage

1
gtkCListSetText(w, row, cols, values, zeroBased = TRUE)

Arguments

row

The row of the cell.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkCListSetText in RGtk2...