get_area


Description:

[ Version ( since = "3.0" ) ]
public unowned CellArea get_area ()

Fetches the CellArea this this 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 allocate time it’s important to know details about any cell spacing that the CellArea is configured with in order to compute a proper allocation.

Parameters:

this

a CellAreaContext

Returns:

the CellArea this context was created by.