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

The accessor for the focus-cell slot of the gtk:cell-area class gets or sets the cell in the area that currently has focus.

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.

Warning

The gtk:cell-area implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

2025-08-20