CellArea.isFocusSibling

Returns whether @sibling is one of @renderer’s focus siblings (see gtk_cell_area_add_focus_sibling()).

class CellArea
bool
isFocusSibling

Parameters

renderer CellRenderer

the #GtkCellRenderer expected to have focus

sibling CellRenderer

the #GtkCellRenderer to check against @renderer’s sibling list

Return Value

Type: bool

%TRUE if @sibling is a focus sibling of @renderer

Meta