CellAreaContext.getArea
gtk.cell_area.CellArea getArea()Fetches the [gtk.cell_area.CellArea] this context was created by.
This is generally unneeded by layouting widgets; however, it is important for the context implementation itself to fetch information about the area it is being used for.
For instance at GtkCellAreaContextClass.allocate() time it’s important to know details about any cell spacing that the [gtk.cell_area.CellArea] is configured with in order to compute a proper allocation.
Returns
the [gtk.cell_area.CellArea] this context was created by.
Deprecated
This object will be removed in GTK 5