Gtk.CellLayout.prototype.get_area
function get_area():Gtk.CellArea {
// Gjs wrapper for gtk_cell_layout_get_area()
}Returns the underlying Gtk.CellArea which might be cell_layout if called on a Gtk.CellArea or might be null if no Gtk.CellArea is used by cell_layout.
Since 3.0
- Returns
the cell area used by cell_layout.