[at-spi2-core] states: add CHECKABLE and HAS_POPUP states



commit 696e8689b77956e64d3e96f6649dae456dc2e8c1
Author: Alejandro PiƱeiro <apinheiro igalia com>
Date:   Mon Nov 18 17:24:53 2013 +0100

    states: add CHECKABLE and HAS_POPUP states
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712609

 atspi/atspi-constants.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index de6944a..4a84428 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -553,6 +553,14 @@ typedef enum {
  * @ATSPI_STATE_VISITED: This state indicates that the object (typically a
  * hyperlink) has already been activated or invoked, with the result that
  * some backing data has been downloaded or rendered.
+ * ATSPI_STATE_CHECKABLE: Indicates this object has the potential to
+ *  be checked, such as a checkbox or toggle-able table cell. @Since:
+ *  2.12
+ * ATSPI_STATE_HAS_POPUP: Indicates that the object has a popup
+ * context menu or sub-level menu which may or may not be
+ * showing. This means that activation renders conditional content.
+ * Note that ordinary tooltips are not considered popups in this
+ * context. @Since: 2.12
  * @ATSPI_STATE_LAST_DEFINED: This value of the enumeration should not be used
  * as a parameter, it indicates the number of items in the #AtspiStateType
  * enumeration.
@@ -604,6 +612,8 @@ typedef enum {
     ATSPI_STATE_SELECTABLE_TEXT,
     ATSPI_STATE_IS_DEFAULT,
     ATSPI_STATE_VISITED,
+    ATSPI_STATE_CHECKABLE,
+    ATSPI_STATE_HAS_POPUP,
     ATSPI_STATE_LAST_DEFINED,
 } AtspiStateType;
 


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