Add state ATK_STATE_INDETERMINATE. This state is used by Oo for check
authorPadraig O'Briain <padraig.obriain@sun.com>
Tue, 20 May 2003 14:50:57 +0000 (14:50 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Tue, 20 May 2003 14:50:57 +0000 (14:50 +0000)
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.

atk/atkstate.h
docs/tmpl/atkstate.sgml

index 29630d6..d2a1902 100755 (executable)
@@ -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;
 
index 467958d..a3ca5c6 100644 (file)
@@ -50,6 +50,7 @@ an component is described by its AtkStateSet, which is a set of AtkStates.
 @ATK_STATE_VERTICAL: 
 @ATK_STATE_VISIBLE: 
 @ATK_STATE_MANAGES_DESCENDANTS: 
+@ATK_STATE_INDETERMINATE: 
 @ATK_STATE_LAST_DEFINED: 
 
 <!-- ##### TYPEDEF AtkState ##### -->