gtkCListInsert {RGtk2}R Documentation

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 [GtkCList] The GtkCList to affect.
row [integer] The row where the text should be inserted.
text [character] An list of string to add.

Value

[integer] The number of the row added.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]