Gtk.CellArea.prototype.add
function add(renderer:Gtk.CellRenderer):void {
// Gjs wrapper for gtk_cell_area_add()
}Adds renderer to area with the default child cell properties.
Since 3.0
- renderer
the Gtk.CellRenderer to add to area
function add(renderer:Gtk.CellRenderer):void {
// Gjs wrapper for gtk_cell_area_add()
}Adds renderer to area with the default child cell properties.
Since 3.0
the Gtk.CellRenderer to add to area