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 |
Parameters
renderer |
GtkCellRenderer |
the |
|
Ownership is not transferred to the callee | |
path |
gchar* |
the current |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string |