Learn R Programming

RGtk2 (version 2.8.8)

GtkCellView: GtkCellView

Description

A widget displaying a single row of a GtkTreeModel

Arguments

Methods and Functions

gtkCellViewNew(show = TRUE) gtkCellViewNewWithText(text) gtkCellViewNewWithMarkup(markup) gtkCellViewNewWithPixbuf(pixbuf) gtkCellViewSetModel(object, model = NULL) gtkCellViewSetDisplayedRow(object, path = NULL) gtkCellViewGetDisplayedRow(object) gtkCellViewGetSizeOfRow(object, path) gtkCellViewSetBackgroundColor(object, color) gtkCellViewGetCellRenderers(object) gtkCellView(show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----GtkCellView

Interfaces

GtkCellView implements AtkImplementorIface and GtkCellLayout.

Detailed Description

A GtkCellView displays a single row of a GtkTreeModel, using cell renderers just like GtkTreeView. GtkCellView doesn't support some of the more complex features of GtkTreeView, like cell editing and drag and drop.

Convenient Construction

gtkCellView is the equivalent of gtkCellViewNew.

References

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