After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331445 - No gtk.Widget.get_activate_signal
No gtk.Widget.get_activate_signal
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
Git Master
Other All
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-16 18:24 UTC by John Ehresman
Modified: 2006-07-13 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Ehresman 2006-02-16 18:24:44 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.
Comment 1 Gustavo Carneiro 2006-07-13 14:53:02 UTC
>>> gtk.Button.get_activate_signal()
'activate'
There's also a setter..