[atk: 1/2] Add missing ATK_STATE_COLLAPSED




commit 676ae11a8ea95f9fd8abcebbfae0cf5078676672
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Sun Aug 2 02:22:49 2020 +0200

    Add missing ATK_STATE_COLLAPSED
    
    At-spi2-core has ATSPI_STATE_COLLAPSED, and java-atk-wrapper is actually missing it.

 atk/atkstate.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/atk/atkstate.h b/atk/atkstate.h
index b1094ebc..82be9c75 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]