signal callback delegate or function to connect
void callback(uint position, gtk.grid_view.GridView gridView)
position position of item to activate (optional)
gridView 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 cell has been activated by the user, usually via activating the GtkGridView|list.activate-item action.
This allows for a convenient way to handle activation in a gridview. See gtk.list_item.ListItem.gboolean for details on how to use this signal.