Gtk.Button::activate

function callback(button, ):void;

The ::activate signal on GtkButton is an action signal and emitting it causes the button to animate press then release. Applications should never connect to this signal, but use the Gtk.clicked signal.

button

instance of Gtk.Button that is emitting the signal