X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atspi%2Fatspi-constants.h;h=dd10679803595c6160fefa106e63d2b98d420896;hb=5a494df22cccdcc1fbefbe51ee9d1c3839b42d6b;hp=838adc759da5c059d3b77913a02ed383e804ced8;hpb=d60d5bfb7a66fe2137f848df87d3b75c35b8f8e9;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h index 838adc7..dd10679 100644 --- a/atspi/atspi-constants.h +++ b/atspi/atspi-constants.h @@ -570,6 +570,12 @@ typedef enum { * @ATSPI_STATE_READ_ONLY: Indicates that an object which is ENABLED and * SENSITIVE has a value which can be read, but not modified, by the * user. @Since: 2.16 + * @ATSPI_STATE_HIGHLIGHTED: Indicates that an object which is HIGHLIGHTABLE + * has been graphically marked to assits visally impared users. Only one + * object per window can have ATSPI_STATE_HIGHLIGHTED state. + * @ATSPI_STATE_HIGHLIGHTABLE: Indicates that an object can be graphically + * marked to assist visially impaired users. + * user. @Since: 2.16 * @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. @@ -624,6 +630,8 @@ typedef enum { ATSPI_STATE_CHECKABLE, ATSPI_STATE_HAS_POPUP, ATSPI_STATE_READ_ONLY, + ATSPI_STATE_HIGHLIGHTED, + ATSPI_STATE_HIGHLIGHTABLE, ATSPI_STATE_LAST_DEFINED, } AtspiStateType;