GNOME Bugzilla – Bug 721042
The accessible role of GtkInfoBar should be ATK_ROLE_INFO_BAR
Last modified: 2014-01-04 22:45:00 UTC
$ python3 >>> from gi.repository import Gtk >>> infobar = Gtk.InfoBar() >>> infobar.get_accessible().get_role() <enum ATK_ROLE_ALERT of type AtkRole>