Method

GtkCellAreaget_focus_siblings

since: 3.0

Declaration [src]

const GList*
gtk_cell_area_get_focus_siblings (
  GtkCellArea* area,
  GtkCellRenderer* renderer
)

Description [src]

Gets the focus sibling cell renderers for renderer.

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer expected to have focus.

The data is owned by the caller of the method.

Return value

Type: A list of GtkCellRenderer*

A GList of GtkCellRenderers. The returned list is internal and should not be freed.

The returned data is owned by the instance.