gtkCListAppend {RGtk2}R Documentation

gtkCListAppend

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

gtkCListAppend(object, text)

Arguments

object [GtkCList] The GtkCList to affect.
text [character] An list of strings 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]