Signal

Gtk.CellArea::focus-changed

Declaration

void
focus_changed (
  GtkCellArea self,
  GtkCellRenderer* renderer,
  gchar* path,
  gpointer user_data
)

Description [src]

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.

Default handler:

The default handler is called before the handlers added via g_signal_connect()

Parameters

renderer GtkCellRenderer
 

the GtkCellRenderer that has focus

 Ownership is not transferred to the callee
path gchar*
 

the current GtkTreePath string set for area

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string