Method
Gtk CellAreaattribute_get_column
since: 3.14
Declaration [src]
gint
gtk_cell_area_attribute_get_column(
GtkCellArea*area,
GtkCellRenderer*renderer,
constgchar*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:
GtkCellRendererA
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.
Return value
Type: gint
The model column, or -1.