Package: gtk

Function gtk:cell-renderer-aligned-area

Lambda List

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

Arguments

renderer -- a gtk:cell-renderer object
widget -- a gtk:widget object this cell renderer will be rendering to
flags -- a gtk:cell-renderer-state value with the render flags
area -- a gdk:rectangle instance with the cell area which would be passed to the gtk:cell-renderer-render 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 the cell renderer inside area. Used for finding the appropriate edit and focus rectangle.
 

See also

#2024-3-15