Package: gtk

Accessor gtk-cell-area-context-area

Lambda List

gtk-cell-area-context-area (object)

Syntax

(gtk-cell-area-context-area object) => area

Arguments

context -- a gtk-cell-area-context object
area -- a gtk-cell-area object

Details

Accessor of the area slot of the gtk-cell-area-context class.

The slot access function gtk-cell-area-context-area fetches the gtk-cell-area object the 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 its important to know details about any cell spacing that the gtk-cell-area is configured with in order to compute a proper allocation.
 

See also

2020-6-28