Method

Gtk.CellArea.cell_get_property

Declaration [src]

void
gtk_cell_area_cell_get_property (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* property_name,
  GValue* value
)

Description [src]

Gets the value of a cell property for renderer in area.

Parameters

renderer GtkCellRenderer
 

a GtkCellRenderer inside area

 Ownership is not transferred to the callee
property_name const char*
 

the name of the property to get

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
value GValue*
 

a location to return the value

 Ownership is not transferred to the callee