summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-05-20 14:50:57 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-05-20 14:50:57 +0000
commitb07b4fd38bb7e9983d5a4974a2080fa096e1f9ae (patch)
treee372583c988d0dba5a5184f3441a20cce13b8cb9 /atk
parent85bfbc070e3ef3b07660d16b2d50f54ab4d92f14 (diff)
downloadatk-b07b4fd38bb7e9983d5a4974a2080fa096e1f9ae.tar.gz
Add state ATK_STATE_INDETERMINATE. This state is used by Oo for check
2003-05-20 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons which can have a value other than on or off.
Diffstat (limited to 'atk')
-rwxr-xr-xatk/atkstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkstate.h b/atk/atkstate.h
index 29630d6..d2a1902 100755
--- a/atk/atkstate.h
+++ b/atk/atkstate.h
@@ -60,6 +60,7 @@ extern "C" {
*@ATK_STATE_MANAGES_DESCENDANTS: Indicates that "active-descendant-changed" event
* is sent when children become 'active' (i.e. are selected or navigated to onscreen).
* 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_LAST_DEFINED: Not a valid state, used for finding end of enumeration
*
*The possible types of states of an object
@@ -96,6 +97,7 @@ typedef enum
ATK_STATE_VERTICAL,
ATK_STATE_VISIBLE,
ATK_STATE_MANAGES_DESCENDANTS,
+ ATK_STATE_INDETERMINATE,
ATK_STATE_LAST_DEFINED
} AtkStateType;