Gtk.CellArea::focus-changed

function callback(cell_area, renderer:Gtk.CellRenderer, path:String, ):void;

Indicates that focus changed on this @area. This signal is emitted either as a result of focus handling or event handling.

It's possible that the signal is emitted even if the currently focused renderer did not change, this is because focus may change to the same renderer in the same cell area for a different row of data.

Since 3.0

cell_area

instance of Gtk.CellArea that is emitting the signal

renderer

the Gtk.CellRenderer that has focus

path

the current Gtk.TreePath string set for @area