Method

GtkCellAreahas_renderer

since: 3.0

Declaration [src]

gboolean
gtk_cell_area_has_renderer (
  GtkCellArea* area,
  GtkCellRenderer* renderer
)

Description [src]

Checks if area contains renderer.

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer to check.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if renderer is in the area.