attribute_connect
Description:
[ Version ( since = "3.0" ) ]
public void attribute_connect (CellRenderer renderer, string attribute, int column)
public void attribute_connect (CellRenderer renderer, string attribute, int column)
Connects an attribute
to apply values from column
for the
TreeModel in use.
Parameters:
this |
a CellArea |
renderer |
the CellRenderer to connect an attribute for |
attribute |
the attribute name |
column |
the TreeModel column to fetch attribute values from |