signal callback delegate or function to connect
void callback(uint position, gtk.column_view.ColumnView columnView)
position position of item to activate (optional)
columnView 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 GtkListBase|list.activate-item action.
This allows for a convenient way to handle activation in a columnview. See gtk.list_item.ListItem.setActivatable for details on how to use this signal.