atspi-constants.h   atspi-constants.h 
skipping to change at line 554 skipping to change at line 554
* from @ATSPI_STATE_SELECTABLE, which infers that the object in question i s a * from @ATSPI_STATE_SELECTABLE, which infers that the object in question i s a
* selectable child of an object which implements #AtspiSelection. While * selectable child of an object which implements #AtspiSelection. While
* similar, text selection and subelement selection are distinct operations . * similar, text selection and subelement selection are distinct operations .
* @ATSPI_STATE_IS_DEFAULT: This state indicates that the object in questio n is * @ATSPI_STATE_IS_DEFAULT: This state indicates that the object in questio n is
* the 'default' interaction object in a dialog, i.e. the one that gets * the 'default' interaction object in a dialog, i.e. the one that gets
* activated if the user presses "Enter" when the dialog is initially * activated if the user presses "Enter" when the dialog is initially
* posted. * posted.
* @ATSPI_STATE_VISITED: This state indicates that the object (typically a * @ATSPI_STATE_VISITED: This state indicates that the object (typically a
* hyperlink) has already been activated or invoked, with the result that * hyperlink) has already been activated or invoked, with the result that
* some backing data has been downloaded or rendered. * 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 u sed * @ATSPI_STATE_LAST_DEFINED: This value of the enumeration should not be u sed
* as a parameter, it indicates the number of items in the #AtspiStateType * as a parameter, it indicates the number of items in the #AtspiStateType
* enumeration. * enumeration.
* *
* *
* Enumeration used by various interfaces indicating every possible state * Enumeration used by various interfaces indicating every possible state
* an #AtspiAccesible object can assume. * an #AtspiAccesible object can assume.
* *
**/ **/
typedef enum { typedef enum {
skipping to change at line 605 skipping to change at line 613
ATSPI_STATE_MANAGES_DESCENDANTS, ATSPI_STATE_MANAGES_DESCENDANTS,
ATSPI_STATE_INDETERMINATE, ATSPI_STATE_INDETERMINATE,
ATSPI_STATE_REQUIRED, ATSPI_STATE_REQUIRED,
ATSPI_STATE_TRUNCATED, ATSPI_STATE_TRUNCATED,
ATSPI_STATE_ANIMATED, ATSPI_STATE_ANIMATED,
ATSPI_STATE_INVALID_ENTRY, ATSPI_STATE_INVALID_ENTRY,
ATSPI_STATE_SUPPORTS_AUTOCOMPLETION, ATSPI_STATE_SUPPORTS_AUTOCOMPLETION,
ATSPI_STATE_SELECTABLE_TEXT, ATSPI_STATE_SELECTABLE_TEXT,
ATSPI_STATE_IS_DEFAULT, ATSPI_STATE_IS_DEFAULT,
ATSPI_STATE_VISITED, ATSPI_STATE_VISITED,
ATSPI_STATE_CHECKABLE,
ATSPI_STATE_HAS_POPUP,
ATSPI_STATE_LAST_DEFINED, ATSPI_STATE_LAST_DEFINED,
} AtspiStateType; } AtspiStateType;
/** /**
* ATSPI_STATETYPE_COUNT: * ATSPI_STATETYPE_COUNT:
* *
* One higher than the highest valid value of #AtspiStateType. * One higher than the highest valid value of #AtspiStateType.
**/ **/
#define ATSPI_STATETYPE_COUNT (41+1) #define ATSPI_STATETYPE_COUNT (41+1)
skipping to change at line 1099 skipping to change at line 1109
* hotspots, where each hotspot can be activated resulting in the loading o f * hotspots, where each hotspot can be activated resulting in the loading o f
* another document or section of a document. * another document or section of a document.
* @ATSPI_ROLE_NOTIFICATION: A transitory object designed to present a * @ATSPI_ROLE_NOTIFICATION: A transitory object designed to present a
* message to the user, typically at the desktop level rather than inside a * message to the user, typically at the desktop level rather than inside a
* particular application. * particular application.
* @ATSPI_ROLE_INFO_BAR: An object designed to present a message to the use r * @ATSPI_ROLE_INFO_BAR: An object designed to present a message to the use r
* within an existing window. * within an existing window.
*@ATSPI_ROLE_LEVEL_BAR: A bar that serves as a level indicator to, for *@ATSPI_ROLE_LEVEL_BAR: A bar that serves as a level indicator to, for
* instance, show the strength of a password or the state of a battery. * instance, show the strength of a password or the state of a battery.
* Since: 2.8 * Since: 2.8
*@ATSPI_ROLE_TITLE_BAR: A bar that serves as the title of a window or a
* dialog. @Since: 2.12
*@ATSPI_ROLE_BLOCK_QUOTE: An object which contains a text section
* that is quoted from another source. @Since: 2.12
*@ATSPI_ROLE_AUDIO: An object which represents an audio
* element. @Since: 2.12
*@ATSPI_ROLE_VIDEO: An object which represents a video
* element. @Since: 2.12
*@ATSPI_ROLE_DEFINITION: A definition of a term or concept. @Since: 2.12
*@ATSPI_ROLE_ARTICLE: A section of a page that consists of a
* composition that forms an independent part of a document, page, or
* site. Examples: A blog entry, a news story, a forum post. @Since:
* 2.12
*@ATSPI_ROLE_LANDMARK: A region of a web page intended as a
* navigational landmark. This is designed to allow Assistive
* Technologies to provide quick navigation among key regions within a
* document. @Since: 2.12
*@ATSPI_ROLE_LOG: A text widget or container holding log content, such
* as chat history and error logs. In this role there is a
* relationship between the arrival of new items in the log and the
* reading order. The log contains a meaningful sequence and new
* information is added only to the end of the log, not at arbitrary
* points. @Since: 2.12
*@ATSPI_ROLE_MARQUEE: A container where non-essential information
* changes frequently. Common usages of marquee include stock tickers
* and ad banners. The primary difference between a marquee and a log
* is that logs usually have a meaningful order or sequence of
* important content changes. @Since: 2.12
*@ATSPI_ROLE_MATH: A text widget or container that holds a mathematical
* expression. @Since: 2.12
*@ATSPI_ROLE_RATING: A widget whose purpose is to display a rating,
* such as the number of stars associated with a song in a media
* player. Objects of this role should also implement
* AtspiValue. @Since: 2.12
*@ATSPI_ROLE_TIMER: An object containing a numerical counter which
* indicates an amount of elapsed time from a start point, or the time
* remaining until an end point. @Since: 2.12
* @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of * @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of
* enumeration. * enumeration.
* *
* Enumeration used by interface #AtspiAccessible to specify the role * Enumeration used by interface #AtspiAccessible to specify the role
* of an #AtspiAccessible object. * of an #AtspiAccessible object.
* *
*/ */
typedef enum { typedef enum {
ATSPI_ROLE_INVALID, ATSPI_ROLE_INVALID,
ATSPI_ROLE_ACCELERATOR_LABEL, ATSPI_ROLE_ACCELERATOR_LABEL,
skipping to change at line 1211 skipping to change at line 1258
ATSPI_ROLE_DOCUMENT_TEXT, ATSPI_ROLE_DOCUMENT_TEXT,
ATSPI_ROLE_DOCUMENT_WEB, ATSPI_ROLE_DOCUMENT_WEB,
ATSPI_ROLE_DOCUMENT_EMAIL, ATSPI_ROLE_DOCUMENT_EMAIL,
ATSPI_ROLE_COMMENT, ATSPI_ROLE_COMMENT,
ATSPI_ROLE_LIST_BOX, ATSPI_ROLE_LIST_BOX,
ATSPI_ROLE_GROUPING, ATSPI_ROLE_GROUPING,
ATSPI_ROLE_IMAGE_MAP, ATSPI_ROLE_IMAGE_MAP,
ATSPI_ROLE_NOTIFICATION, ATSPI_ROLE_NOTIFICATION,
ATSPI_ROLE_INFO_BAR, ATSPI_ROLE_INFO_BAR,
ATSPI_ROLE_LEVEL_BAR, ATSPI_ROLE_LEVEL_BAR,
ATSPI_ROLE_TITLE_BAR,
ATSPI_ROLE_BLOCK_QUOTE,
ATSPI_ROLE_AUDIO,
ATSPI_ROLE_VIDEO,
ATSPI_ROLE_DEFINITION,
ATSPI_ROLE_ARTICLE,
ATSPI_ROLE_LANDMARK,
ATSPI_ROLE_LOG,
ATSPI_ROLE_MARQUEE,
ATSPI_ROLE_MATH,
ATSPI_ROLE_RATING,
ATSPI_ROLE_TIMER,
ATSPI_ROLE_LAST_DEFINED, ATSPI_ROLE_LAST_DEFINED,
} AtspiRole; } AtspiRole;
/** /**
* ATSPI_ROLE_COUNT: * ATSPI_ROLE_COUNT:
* *
* One higher than the highest valid value of #AtspiRole. * One higher than the highest valid value of #AtspiRole.
*/ */
#define ATSPI_ROLE_COUNT (90+1) #define ATSPI_ROLE_COUNT (90+1)
 End of changes. 4 change blocks. 
0 lines changed or deleted 59 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/