gtkCListPrepend {RGtk2}R Documentation

gtkCListPrepend

Description

Adds a row to the CList at the top. WARNING: gtk_clist_prepend is deprecated and should not be used in newly-written code.

Usage

gtkCListPrepend(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]