Package: gtk

Function gtk:cell-renderer-aligned-area

Lambda List

gtk:cell-renderer-aligned-area (cell widget flags area)

Arguments

cell -- a gtk:cell-renderer object
widget -- a gtk:widget object this cell will be rendering to
flags -- a gtk:cell-renderer-state value
area -- a gdk:rectangle instance with the cell area which would be passed to the gtk:cell-renderer-snapshot function

Return Value

The gdk:rectangle area for the space inside area that would acually be used to render.

Details

Gets the aligned area used by cell inside area. Used for finding the appropriate edit and focus rectangle.

Warning

The gtk:cell-renderer implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-5-15