Gtk.CellArea.prototype.create_context
function create_context():Gtk.CellAreaContext { // Gjs wrapper for gtk_cell_area_create_context() }
Creates a Gtk.CellAreaContext to be used with area for all purposes. Gtk.CellAreaContext stores geometry information for rows for which it was operated on, it is important to use the same context for the same row of data at all times (i.e. one should render and handle events with the same Gtk.CellAreaContext which was used to request the size of those rows of data).
Since 3.0
- Returns
a newly created Gtk.CellAreaContext which can be used with area.