https://bugzilla.gnome.org/show_bug.cgi?id=710463
N_("info bar")
N_("level bar")
N_("title bar")
+ N_("block quote")
#endif /* 0 */
static void atk_object_class_init (AtkObjectClass *klass);
*@ATK_ROLE_LEVEL_BAR: A bar that serves as a level indicator to, for instance, show the strength of a password or the state of a battery. @Since: ATK-2.7.3
*@ATK_ROLE_TITLE_BAR: A bar that serves as the title of a window or a
* dialog. @Since: ATK-2.12
+ *@ATK_ROLE_BLOCK_QUOTE: An object which contains a text section
+ * that is quoted from another source. @Since: ATK-2.12
*@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration
*
* Describes the role of an object
ATK_ROLE_INFO_BAR,
ATK_ROLE_LEVEL_BAR,
ATK_ROLE_TITLE_BAR,
+ ATK_ROLE_BLOCK_QUOTE,
ATK_ROLE_LAST_DEFINED
} AtkRole;