Method

GtkCellAreacell_set_property

since: 3.0

Declaration [src]

void
gtk_cell_area_cell_set_property (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const gchar* property_name,
  const GValue* value
)

Description [src]

Sets a cell property for renderer in area.

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

A GtkCellRenderer inside area.

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

Type: const gchar*

The name of the cell property to set.

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

Type: GValue

The value to set the cell property to.

The data is owned by the caller of the method.