summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-10-04 12:02:11 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-10-18 16:56:50 +0200
commit193abeb56fa98b00be30a334f1a76605013fe230 (patch)
tree3fa30988e2a346e754510889d3a96b95a6c9c398 /atk/atkobject.h
parent25fcaf642b9b95b6ef2c574e88dde8f79e8254f9 (diff)
downloadat-spi2-core-193abeb56fa98b00be30a334f1a76605013fe230.tar.gz
role: new role ATK_ROLE_TITLE_BAR
https://bugzilla.gnome.org/show_bug.cgi?id=709351
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 262d39b8..d16c53a2 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -153,8 +153,10 @@ G_BEGIN_DECLS
*@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_TITLE_BAR: A bar that serves as the title of a window or a
+ * dialog. @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
*
* These are the built-in enumerated roles that UI components can have in
@@ -265,6 +267,7 @@ typedef enum
ATK_ROLE_NOTIFICATION,
ATK_ROLE_INFO_BAR,
ATK_ROLE_LEVEL_BAR,
+ ATK_ROLE_TITLE_BAR,
ATK_ROLE_LAST_DEFINED
} AtkRole;