summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-12-13 17:32:17 -0600
committerMike Gorse <mgorse@suse.com>2013-01-31 10:44:20 -0600
commite5d2a940364553f052c774f3f15a2f8ab34eaa15 (patch)
tree08f4dd4e7ff14940353386f8da84cb90ec637d3c
parent689619a12eb7a93cafef6bd9f392cb2abcefe24d (diff)
downloadatk-e5d2a940364553f052c774f3f15a2f8ab34eaa15.tar.gz
Add ATK_ROLE_LEVEL_BAR
Gtk now has a "level bar" widget, and we have no good atk role to describe it. https://bugzilla.gnome.org/show_bug.cgi?id=651343
-rwxr-xr-xatk/atkobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 0fa91be..83d77fd 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -152,6 +152,7 @@ G_BEGIN_DECLS
*@ATK_ROLE_IMAGE_MAP: An image map object. Usually a graphic with multiple hotspots, where each hotspot can be activated resulting in the loading of another document or section of a document. @Since: ATK-2.1.0
*@ATK_ROLE_NOTIFICATION: A transitory object designed to present a message to the user, typically at the desktop level rather than inside a particular application. @Since: ATK-2.1.0
*@ATK_ROLE_INFO_BAR: An object designed to present a message to the user within an existing window. @Since: ATK-2.1.0
+ *@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_LAST_DEFINED: not a valid role, used for finding end of the enumeration
*
* Describes the role of an object
@@ -263,6 +264,7 @@ typedef enum
ATK_ROLE_IMAGE_MAP,
ATK_ROLE_NOTIFICATION,
ATK_ROLE_INFO_BAR,
+ ATK_ROLE_LEVEL_BAR,
ATK_ROLE_LAST_DEFINED
} AtkRole;