CellArea.isFocusSibling

Returns whether sibling is one of renderer’s focus siblings (see gtk.cell_area.CellArea.addFocusSibling).

Parameters

renderer gtk.cell_renderer.CellRenderer

the gtk.cell_renderer.CellRenderer expected to have focus

sibling gtk.cell_renderer.CellRenderer

the gtk.cell_renderer.CellRenderer to check against renderer’s sibling list

Return Value

Type: bool

true if sibling is a focus sibling of renderer