Method
GtkCellAreaadd_with_properties
since: 3.0
Declaration [src]
void
gtk_cell_area_add_with_properties (
GtkCellArea* area,
GtkCellRenderer* renderer,
const gchar* first_prop_name,
...
)
Description [src]
Adds renderer
to area
, setting cell properties at the same time.
See gtk_cell_area_add()
and gtk_cell_area_cell_set()
for more details.
Available since: 3.0
This method is not directly available to language bindings.
Parameters
renderer
-
Type:
GtkCellRenderer
A
GtkCellRenderer
to be placed insidearea
.The data is owned by the caller of the method. first_prop_name
-
Type:
const gchar*
The name of the first cell property to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. ...
-
Type:
A
NULL
-terminated list of property names and values, starting withfirst_prop_name
.