Method

GtkCellAreaset_focus_cell

since: 3.0

Declaration [src]

void
gtk_cell_area_set_focus_cell (
  GtkCellArea* area,
  GtkCellRenderer* renderer
)

Description [src]

Explicitly sets the currently focused cell to renderer.

This is generally called by implementations of GtkCellAreaClass.focus() or GtkCellAreaClass.event(), however it can also be used to implement functions such as gtk_tree_view_set_cursor_on_cell().

Available since: 3.0

Parameters

renderer

Type: GtkCellRenderer

The GtkCellRenderer to give focus to.

The data is owned by the caller of the method.