Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Author(s) References
A widget displaying a single row of a GtkTreeModel
gtkCellViewNew(show = TRUE)
gtkCellViewNewWithText(text)
gtkCellViewNewWithMarkup(markup)
gtkCellViewNewWithPixbuf(pixbuf)
gtkCellViewSetModel(object, model = NULL)
gtkCellViewGetModel(object)
gtkCellViewSetDisplayedRow(object, path = NULL)
gtkCellViewGetDisplayedRow(object)
gtkCellViewGetSizeOfRow(object, path)
gtkCellViewSetBackgroundColor(object, color)
gtkCellViewGetCellRenderers(object)
gtkCellViewGetCellRenderers(object)
gtkCellView(show = TRUE)
1 2 3 4 5 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkCellView
|
GtkCellView implements
AtkImplementorIface, GtkBuildable
and GtkCellLayout
.
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.
GtkCellView
undocumented
gtkCellView
is the equivalent of gtkCellViewNew
.
background
[character : * : Write]Background color as a string. Default value: NULL
background-gdk
[GdkColor
: * : Read / Write]Background color as a GdkColor.
background-set
[logical : Read / Write]Whether this tag affects the background color. Default value: FALSE
model
[GtkTreeModel
: * : Read / Write]The model for cell view
since 2.10
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkCellView.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.