summaryrefslogtreecommitdiff
path: root/atk/atkobject.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-10-25 12:49:39 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-10-25 12:49:39 +0000
commit1e9c14b59e6c35d24b9836477deeddd7d1c96355 (patch)
tree4b30e1eb0d7ffdd47dfcf9a2f5309ca4d62bacf8 /atk/atkobject.h
parentd2762c3b46bd8c7a49fa278014ad1a18956a1dfc (diff)
downloadatk-1e9c14b59e6c35d24b9836477deeddd7d1c96355.tar.gz
Add role ATK_ROLE_TERMINAL for an accessible terminal.
* atk/atkobject.h, docs/tmpl/atkobject.sgml: Add role ATK_ROLE_TERMINAL for an accessible terminal.
Diffstat (limited to 'atk/atkobject.h')
-rwxr-xr-xatk/atkobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkobject.h b/atk/atkobject.h
index 26f4628..c698360 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -98,6 +98,7 @@ extern "C" {
*@ATK_ROLE_TABLE_COLUMN_HEADER: The header for a column of a table
*@ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table
*@ATK_ROLE_TEAR_OFF_MENU_ITEM: A menu item used to tear off and reattach its menu
+ *@ATK_ROLE_TERMINAL: An object that represents an accessible terminal
*@ATK_ROLE_TEXT: An object that presents text to the user
*@ATK_ROLE_TOGGLE_BUTTON: A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state
*@ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
@@ -171,6 +172,7 @@ typedef enum
ATK_ROLE_TABLE_COLUMN_HEADER,
ATK_ROLE_TABLE_ROW_HEADER,
ATK_ROLE_TEAR_OFF_MENU_ITEM,
+ ATK_ROLE_TERMINAL,
ATK_ROLE_TEXT,
ATK_ROLE_TOGGLE_BUTTON,
ATK_ROLE_TOOL_BAR,