Method
GtkCellAreaadd
since: 3.0
Declaration [src]
void
gtk_cell_area_add (
GtkCellArea* area,
GtkCellRenderer* renderer
)
Description [src]
Adds renderer
to area
with the default child cell properties.
Available since: 3.0
Parameters
renderer
-
Type:
GtkCellRenderer
The
GtkCellRenderer
to add toarea
.The data is owned by the caller of the method.