Package: gtk

Function gtk-cell-area-is-focus-sibling

Lambda List

gtk-cell-area-is-focus-sibling (area renderer sibling)

Arguments

area -- a gtk-cellArea object
renderer -- a gtk-cell-renderer object expected to have focus
sibling -- a gtk-cell-renderer object to check against the sibling list of the cell renderer

Return Value

True if sibling is a focus sibling of renderer.

Details

Returns whether sibling is one of the focus siblings of the cell renderer. See the gtk-cell-area-add-focus-sibling function.
 

See also

2021-12-20