Method
Gtk.CellArea.cell_set_property
Declaration [src]
void
gtk_cell_area_cell_set_property (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* property_name,
  const GValue* value
)
Parameters
| renderer | GtkCellRenderer | 
| a  | |
| Ownership is not transferred to the callee | |
| property_name | const char* | 
| the name of the cell property to set | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| value | const GValue* | 
| the value to set the cell property to | |
| Ownership is not transferred to the callee |