CellArea.isFocusSibling

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

class CellArea
bool
isFocusSibling

Parameters

renderer CellRenderer

the gtk.CellRenderer expected to have focus

sibling CellRenderer

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

Return Value

Type: bool

TRUE if sibling is a focus sibling of renderer

Meta