gtkCListInsert: gtkCListInsert

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Adds a row of text to the CList at the specified position. WARNING: gtk_clist_insert is deprecated and should not be used in newly-written code.

Usage

1

Arguments

object

The GtkCList to affect.

row

The row where the text should be inserted.

text

An list of string 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 gtkCListInsert in RGtk2...