signal callback delegate or function to connect
void callback(uint position, gtk.list_view.ListView listView)
position position of item to activate (optional)
listView the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Activate signal.
Emitted when a row has been activated by the user, usually via activating the GtkListView|list.activate-item action.
This allows for a convenient way to handle activation in a listview. See gtk.list_item.ListItem.setActivatable for details on how to use this signal.