Method

GtkCellAreaattribute_connect

since: 3.0

Declaration [src]

void
gtk_cell_area_attribute_connect (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const gchar* attribute,
  gint column
)

Description [src]

Connects an attribute to apply values from column for the GtkTreeModel in use.

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer to connect an attribute for.

The data is owned by the caller of the method.
attribute

Type: const gchar*

The attribute name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
column

Type: gint

The GtkTreeModel column to fetch attribute values from.