Package: gtk

Function gtk:cell-layout-area

Lambda List

gtk:cell-layout-area (layout)

Arguments

layout -- a gtk:cell-layout object

Return Value

The gtk:cell-area object used by layout.

Details

Returns the underlying cell area which might be layout if called on a gtk:cell-area object or might be nil if no cell area is used by layout.

Warning

The gtk:cell-layout implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2023-9-16