summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2021-05-03 10:49:39 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2021-05-03 10:49:39 +0000
commit5b399b16d18e6a5bc00a13e1f2706dfa2f87685d (patch)
treeb11d82be64af48c61002cc903effc589e17b6aa2
parentdeaf37cbdfe58e66723401d51b9688275ad96563 (diff)
parent676ae11a8ea95f9fd8abcebbfae0cf5078676672 (diff)
downloadatk-5b399b16d18e6a5bc00a13e1f2706dfa2f87685d.tar.gz
Merge branch 'collapsed' into 'master'
Add missing ATK_STATE_COLLAPSED See merge request GNOME/atk!46
-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;