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

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


[Package RGtk2 version 2.20.21 Index]