Package: gtk

Accessor gtk-cell-area-focus-cell

Lambda List

gtk-cell-area-focus-cell (object)

Syntax

(gtk-cell-area-edited-cell object) => renderer
(setf (gtk-cell-area-edited-cell object) renderer

Arguments

object -- a gtk-cell-area object
renderer -- a gtk-cell-renderer object to give focus to

Details

Accessor of the focus-cell slot of the gtk-cell-area class.

The gtk-cell-area-focus-cell slot access function retrieves the currently focused cell for the area. The (setf gtk-cell-area-focus-cell) slot access function explicitly sets the currently focused cell to renderer.

This is generally called by implementations of the GtkCellAreaClass.focus() or GtkCellAreaClass.event() functions, however it can also be used to implement functions such as the gtk-tree-view-set-cursor-on-cell function.
 

See also

2021-12-19