[atk] Add ATK_ROLE_LEVEL_BAR



commit e5d2a940364553f052c774f3f15a2f8ab34eaa15
Author: Mike Gorse <mgorse suse com>
Date:   Thu Dec 13 17:32:17 2012 -0600

    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

 atk/atkobject.h |    2 ++
 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]