Method

GtkCellAreahas_renderer

Declaration [src]

gboolean
gtk_cell_area_has_renderer (
  GtkCellArea* area,
  GtkCellRenderer* renderer
)

Description [src]

Checks if area contains renderer.

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer to check.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if renderer is in the area.