CellArea.isFocusSibling

bool isFocusSibling(gtk.cell_renderer.CellRenderer renderer, gtk.cell_renderer.CellRenderer sibling)

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

Parameters

rendererthe #GtkCellRenderer expected to have focus
siblingthe #GtkCellRenderer to check against renderer’s sibling list

Returns

true if sibling is a focus sibling of renderer