onActivate
fun onActivate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>(source)
This is a keybinding signal, which will cause this row to be activated.
If you want to be notified when the user activates a row (by key or not), use the signal@Gtk.ListBox::row-activated signal on the row’s parent GtkListBox
.
Parameters
connectFlags
a combination of ConnectFlags
handler
the Callback to connect