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)
GtkCellLayout
.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.gtkCellView
is the equivalent of gtkCellViewNew
.