Gtk.CellArea.prototype.attribute_connect
function attribute_connect(renderer:Gtk.CellRenderer, attribute:String, column:Number):void { // Gjs wrapper for gtk_cell_area_attribute_connect() }
Connects an attribute to apply values from column for the Gtk.TreeModel in use.
Since 3.0
- renderer
the Gtk.CellRenderer to connect an attribute for
- attribute
the attribute name
- column
the Gtk.TreeModel column to fetch attribute values from