CellArea.isFocusSibling

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

class CellArea
int
isFocusSibling

Parameters

renderer CellRenderer

the GtkCellRenderer expected to have focus

sibling CellRenderer

the GtkCellRenderer to check against renderer's sibling list

Return Value

Type: int

TRUE if sibling is a focus sibling of renderer Since 3.0

Meta