Method
GtkCellAreaattribute_get_column
since: 3.14
Declaration [src]
gint
gtk_cell_area_attribute_get_column (
GtkCellArea* area,
GtkCellRenderer* renderer,
const gchar* attribute
)
Description [src]
Returns the model column that an attribute has been mapped to, or -1 if the attribute is not mapped.
Available since: 3.14
Parameters
renderer
-
Type:
GtkCellRenderer
A
GtkCellRenderer
.The data is owned by the caller of the method. attribute
-
Type:
const gchar*
An attribute on the renderer.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.