How do I get the name of a Gtk.Widget retrieved from a Builder object?
I specifically mean the name seen in Glade (eg: button1
), not the name of the class (GtkWindow
).
This question is exactly the same as this one, but for Python with GObject introspection.