set_activate_signal
Description:
[ CCode ( cname = "gtk_widget_class_set_activate_signal" ) ]
public class void set_activate_signal (uint signal_id)
public class void set_activate_signal (uint signal_id)
Sets the `GtkWidgetClass.
activate_signal` field with the given signal_id
.
The signal will be emitted when calling [method@Gtk.Widget.activate].
The signal_id
must have been registered with `g_signal_new()` or
newv before calling this function.
Parameters:
this |
a `GtkWidgetClass` |
signal_id |
the id for the activate signal |