WidgetClass.setActivateSignal

Sets the GtkWidgetClass.activate_signal field with the given @signal_id; the signal will be emitted when calling gtk_widget_activate().

The @signal_id must have been registered with g_signal_new() or g_signal_newv() before calling this function.

class WidgetClass
void
setActivateSignal
()

Parameters

signalId uint

the id for the activate signal

Meta