summaryrefslogtreecommitdiff
path: root/atk/atkstate.h
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2005-04-05 15:32:34 +0000
committerBill Haneman <billh@src.gnome.org>2005-04-05 15:32:34 +0000
commit87781d827d4790bb6106dfc5f848ca0c47aa48bc (patch)
tree3e9684f9698dc9040637b3ba5cd68607d04b0fe4 /atk/atkstate.h
parenteb123d5ba2aecc64fba5c669fcee2856e2478404 (diff)
downloadatk-87781d827d4790bb6106dfc5f848ca0c47aa48bc.tar.gz
Added ATK_STATE_REQUIRED, bug #172663.
Diffstat (limited to 'atk/atkstate.h')
-rwxr-xr-xatk/atkstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkstate.h b/atk/atkstate.h
index 3b9957e..68179c9 100755
--- a/atk/atkstate.h
+++ b/atk/atkstate.h
@@ -62,6 +62,7 @@ extern "C" {
* Used to prevent need to enumerate all children in very large containers, like tables.
*@ATK_STATE_INDETERMINATE: Indicates that a check box is in a state other than checked or not checked.
*@ATK_STATE_TRUNCATED: Indicates that an object is truncated, e.g. a text value in a speradsheet cell.
+ *@ATK_STATE_REQUIRED: Indicates that explicit user interaction with an object is required by the user interface, e.g. a required field in a "web-form" interface.
*@ATK_STATE_LAST_DEFINED: Not a valid state, used for finding end of enumeration
*
*The possible types of states of an object
@@ -100,6 +101,7 @@ typedef enum
ATK_STATE_MANAGES_DESCENDANTS,
ATK_STATE_INDETERMINATE,
ATK_STATE_TRUNCATED,
+ ATK_STATE_REQUIRED,
ATK_STATE_LAST_DEFINED
} AtkStateType;