GNOME Bugzilla – Bug 331445
No gtk.Widget.get_activate_signal
Last modified: 2006-07-13 14:53:02 UTC
There isn't a way to get the id or name of the GtkWidget's activate signal. This is the signal emitted when gtk_widget_activate is called. It's normally not needed, but for some advanced uses (abuses?) it is.
>>> gtk.Button.get_activate_signal() 'activate' There's also a setter..