RGtk2 (version 2.20.31)

gtkCListInsert: gtkCListInsert

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

gtkCListInsert(object, row, text)

Arguments

object
The GtkCList to affect.
row
The row where the text should be inserted.
text
An list of string to add.

Value