Learn R Programming

RGtk2 (version 2.8.8)

GtkListItem: GtkListItem

Description

An item in a GtkList

Arguments

Methods and Functions

gtkListItemNew(show = TRUE) gtkListItemNewWithLabel(label, show = TRUE) gtkListItemSelect(object) gtkListItemDeselect(object) gtkListItem(label, show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----\link{GtkItem} +----GtkListItem

Interfaces

GtkListItem implements AtkImplementorIface.

Detailed Description

The GtkListItem widget is used for each item in a GtkList. GtkList has has been deprecated since GTK+ 2.0 and should not be used in newly written code. Use GtkTreeView instead.

Convenient Construction

gtkListItem is the result of collapsing the constructors of GtkListItem (gtkListItemNew, gtkListItemNewWithLabel) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkListItem.html