summaryrefslogtreecommitdiff
path: root/atk/atkstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkstate.h')
-rw-r--r--atk/atkstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkstate.h b/atk/atkstate.h
index b1094eb..82be9c7 100644
--- a/atk/atkstate.h
+++ b/atk/atkstate.h
@@ -141,6 +141,7 @@ G_BEGIN_DECLS
* widget does not include modification by the user, as is the case with
* labels and containers, ATK_STATE_READ_ONLY should not be applied. See also
* ATK_STATE_EDITABLE. @Since: ATK-2-16
+ *@ATK_STATE_COLLAPSED: Indicates this object is collapsed. @Since: ATK-2.38
*@ATK_STATE_LAST_DEFINED: Not a valid state, used for finding end of enumeration
*
*The possible types of states of an object
@@ -190,6 +191,7 @@ typedef enum
ATK_STATE_HAS_POPUP,
ATK_STATE_HAS_TOOLTIP,
ATK_STATE_READ_ONLY,
+ ATK_STATE_COLLAPSED,
ATK_STATE_LAST_DEFINED
} AtkStateType;