Virtual Method
GtkCellAreaset_cell_property
Declaration [src]
void
set_cell_property (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  guint property_id,
  const GValue* value,
  GParamSpec* pspec
)
Description [src]
This should be implemented to handle changes in child
  cell properties for a given GtkCellRenderer that were previously
  installed on the GtkCellAreaClass with gtk_cell_area_class_install_cell_property().
Parameters
- renderer
- 
            Type: GtkCellRendererNo description available. The data is owned by the caller of the method. 
- property_id
- 
            Type: guintNo description available. 
- value
- 
            Type: GValueNo description available. The data is owned by the caller of the method. 
- pspec
- 
            Type: GParamSpecNo description available. The data is owned by the caller of the method.