gtkCListAppend: gtkCListAppend

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Adds a row to the CList at the bottom. WARNING: gtk_clist_append is deprecated and should not be used in newly-written code.

Usage

1

Arguments

object

The GtkCList to affect.

text

An list of strings to add.

Value

[integer] The number of the row added.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkCListAppend in RGtk2...