|
||||
File indexing completed on 2025-01-18 09:28:17
0001 /* ATK - Accessibility Toolkit 0002 * Copyright 2001 Sun Microsystems Inc. 0003 * 0004 * This library is free software; you can redistribute it and/or 0005 * modify it under the terms of the GNU Library General Public 0006 * License as published by the Free Software Foundation; either 0007 * version 2 of the License, or (at your option) any later version. 0008 * 0009 * This library is distributed in the hope that it will be useful, 0010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0012 * Library General Public License for more details. 0013 * 0014 * You should have received a copy of the GNU Library General Public 0015 * License along with this library; if not, write to the 0016 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 0017 * Boston, MA 02111-1307, USA. 0018 */ 0019 0020 #ifndef __ATK_OBJECT_H__ 0021 #define __ATK_OBJECT_H__ 0022 0023 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined(__ATK_H_INSIDE__) && !defined(ATK_COMPILATION) 0024 #error "Only <atk/atk.h> can be included directly." 0025 #endif 0026 0027 #include <glib-object.h> 0028 0029 #include <atk/atkrelationtype.h> 0030 #include <atk/atkstate.h> 0031 #include <atk/atkversion.h> 0032 0033 G_BEGIN_DECLS 0034 0035 /** 0036 *AtkRole: 0037 *@ATK_ROLE_INVALID: Invalid role 0038 *@ATK_ROLE_ACCEL_LABEL: A label which represents an accelerator 0039 *@ATK_ROLE_ALERT: An object which is an alert to the user. Assistive Technologies typically respond to ATK_ROLE_ALERT by reading the entire onscreen contents of containers advertising this role. Should be used for warning dialogs, etc. 0040 *@ATK_ROLE_ANIMATION: An object which is an animated image 0041 *@ATK_ROLE_ARROW: An arrow in one of the four cardinal directions 0042 *@ATK_ROLE_CALENDAR: An object that displays a calendar and allows the user to select a date 0043 *@ATK_ROLE_CANVAS: An object that can be drawn into and is used to trap events 0044 *@ATK_ROLE_CHECK_BOX: A choice that can be checked or unchecked and provides a separate indicator for the current state 0045 *@ATK_ROLE_CHECK_MENU_ITEM: A menu item with a check box 0046 *@ATK_ROLE_COLOR_CHOOSER: A specialized dialog that lets the user choose a color 0047 *@ATK_ROLE_COLUMN_HEADER: The header for a column of data 0048 *@ATK_ROLE_COMBO_BOX: A collapsible list of choices the user can select from 0049 *@ATK_ROLE_DATE_EDITOR: An object whose purpose is to allow a user to edit a date 0050 *@ATK_ROLE_DESKTOP_ICON: An inconifed internal frame within a DESKTOP_PANE 0051 *@ATK_ROLE_DESKTOP_FRAME: A pane that supports internal frames and iconified versions of those internal frames 0052 *@ATK_ROLE_DIAL: An object whose purpose is to allow a user to set a value 0053 *@ATK_ROLE_DIALOG: A top level window with title bar and a border 0054 *@ATK_ROLE_DIRECTORY_PANE: A pane that allows the user to navigate through and select the contents of a directory 0055 *@ATK_ROLE_DRAWING_AREA: An object used for drawing custom user interface elements 0056 *@ATK_ROLE_FILE_CHOOSER: A specialized dialog that lets the user choose a file 0057 *@ATK_ROLE_FILLER: A object that fills up space in a user interface 0058 *@ATK_ROLE_FONT_CHOOSER: A specialized dialog that lets the user choose a font 0059 *@ATK_ROLE_FRAME: A top level window with a title bar, border, menubar, etc. 0060 *@ATK_ROLE_GLASS_PANE: A pane that is guaranteed to be painted on top of all panes beneath it 0061 *@ATK_ROLE_HTML_CONTAINER: A document container for HTML, whose children represent the document content 0062 *@ATK_ROLE_ICON: A small fixed size picture, typically used to decorate components 0063 *@ATK_ROLE_IMAGE: An object whose primary purpose is to display an image 0064 *@ATK_ROLE_INTERNAL_FRAME: A frame-like object that is clipped by a desktop pane 0065 *@ATK_ROLE_LABEL: An object used to present an icon or short string in an interface 0066 *@ATK_ROLE_LAYERED_PANE: A specialized pane that allows its children to be drawn in layers, providing a form of stacking order 0067 *@ATK_ROLE_LIST: An object that presents a list of objects to the user and allows the user to select one or more of them 0068 *@ATK_ROLE_LIST_ITEM: An object that represents an element of a list 0069 *@ATK_ROLE_MENU: An object usually found inside a menu bar that contains a list of actions the user can choose from 0070 *@ATK_ROLE_MENU_BAR: An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from 0071 *@ATK_ROLE_MENU_ITEM: An object usually contained in a menu that presents an action the user can choose 0072 *@ATK_ROLE_OPTION_PANE: A specialized pane whose primary use is inside a DIALOG 0073 *@ATK_ROLE_PAGE_TAB: An object that is a child of a page tab list 0074 *@ATK_ROLE_PAGE_TAB_LIST: An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object 0075 *@ATK_ROLE_PANEL: A generic container that is often used to group objects 0076 *@ATK_ROLE_PASSWORD_TEXT: A text object uses for passwords, or other places where the text content is not shown visibly to the user 0077 *@ATK_ROLE_POPUP_MENU: A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices 0078 *@ATK_ROLE_PROGRESS_BAR: An object used to indicate how much of a task has been completed 0079 *@ATK_ROLE_BUTTON: An object the user can manipulate to tell the application to do something 0080 *@ATK_ROLE_RADIO_BUTTON: A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked 0081 *@ATK_ROLE_RADIO_MENU_ITEM: A check menu item which belongs to a group. At each instant exactly one of the radio menu items from a group is selected 0082 *@ATK_ROLE_ROOT_PANE: A specialized pane that has a glass pane and a layered pane as its children 0083 *@ATK_ROLE_ROW_HEADER: The header for a row of data 0084 *@ATK_ROLE_SCROLL_BAR: An object usually used to allow a user to incrementally view a large amount of data. 0085 *@ATK_ROLE_SCROLL_PANE: An object that allows a user to incrementally view a large amount of information 0086 *@ATK_ROLE_SEPARATOR: An object usually contained in a menu to provide a visible and logical separation of the contents in a menu 0087 *@ATK_ROLE_SLIDER: An object that allows the user to select from a bounded range 0088 *@ATK_ROLE_SPLIT_PANE: A specialized panel that presents two other panels at the same time 0089 *@ATK_ROLE_SPIN_BUTTON: An object used to get an integer or floating point number from the user 0090 *@ATK_ROLE_STATUSBAR: An object which reports messages of minor importance to the user 0091 *@ATK_ROLE_TABLE: An object used to represent information in terms of rows and columns 0092 *@ATK_ROLE_TABLE_CELL: A cell in a table 0093 *@ATK_ROLE_TABLE_COLUMN_HEADER: The header for a column of a table 0094 *@ATK_ROLE_TABLE_ROW_HEADER: The header for a row of a table 0095 *@ATK_ROLE_TEAR_OFF_MENU_ITEM: A menu item used to tear off and reattach its menu 0096 *@ATK_ROLE_TERMINAL: An object that represents an accessible terminal. (Since: 0.6) 0097 *@ATK_ROLE_TEXT: An interactive widget that supports multiple lines of text and 0098 * optionally accepts user input, but whose purpose is not to solicit user input. 0099 * Thus ATK_ROLE_TEXT is appropriate for the text view in a plain text editor 0100 * but inappropriate for an input field in a dialog box or web form. For widgets 0101 * whose purpose is to solicit input from the user, see ATK_ROLE_ENTRY and 0102 * ATK_ROLE_PASSWORD_TEXT. For generic objects which display a brief amount of 0103 * textual information, see ATK_ROLE_STATIC. 0104 *@ATK_ROLE_TOGGLE_BUTTON: A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state 0105 *@ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons 0106 *@ATK_ROLE_TOOL_TIP: An object that provides information about another object 0107 *@ATK_ROLE_TREE: An object used to represent hierarchical information to the user 0108 *@ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data. (Since: 0.7) 0109 *@ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known 0110 *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane 0111 *@ATK_ROLE_WINDOW: A top level window with no title or border. 0112 *@ATK_ROLE_HEADER: An object that serves as a document header. (Since: 1.1.1) 0113 *@ATK_ROLE_FOOTER: An object that serves as a document footer. (Since: 1.1.1) 0114 *@ATK_ROLE_PARAGRAPH: An object which is contains a paragraph of text content. (Since: 1.1.1) 0115 *@ATK_ROLE_RULER: An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such). (Since: 1.1.1) 0116 *@ATK_ROLE_APPLICATION: The object is an application object, which may contain @ATK_ROLE_FRAME objects or other types of accessibles. The root accessible of any application's ATK hierarchy should have ATK_ROLE_APPLICATION. (Since: 1.1.4) 0117 *@ATK_ROLE_AUTOCOMPLETE: The object is a dialog or list containing items for insertion into an entry widget, for instance a list of words for completion of a text entry. (Since: 1.3) 0118 *@ATK_ROLE_EDITBAR: The object is an editable text object in a toolbar. (Since: 1.5) 0119 *@ATK_ROLE_EMBEDDED: The object is an embedded container within a document or panel. This role is a grouping "hint" indicating that the contained objects share a context. (Since: 1.7.2) 0120 *@ATK_ROLE_ENTRY: The object is a component whose textual content may be entered or modified by the user, provided @ATK_STATE_EDITABLE is present. (Since: 1.11) 0121 *@ATK_ROLE_CHART: The object is a graphical depiction of quantitative data. It may contain multiple subelements whose attributes and/or description may be queried to obtain both the quantitative data and information about how the data is being presented. The LABELLED_BY relation is particularly important in interpreting objects of this type, as is the accessible-description property. (Since: 1.11) 0122 *@ATK_ROLE_CAPTION: The object contains descriptive information, usually textual, about another user interface element such as a table, chart, or image. (Since: 1.11) 0123 *@ATK_ROLE_DOCUMENT_FRAME: The object is a visual frame or container which contains a view of document content. Document frames may occur within another Document instance, in which case the second document may be said to be embedded in the containing instance. HTML frames are often ROLE_DOCUMENT_FRAME. Either this object, or a singleton descendant, should implement the Document interface. (Since: 1.11) 0124 *@ATK_ROLE_HEADING: The object serves as a heading for content which follows it in a document. The 'heading level' of the heading, if availabe, may be obtained by querying the object's attributes. 0125 *@ATK_ROLE_PAGE: The object is a containing instance which encapsulates a page of information. @ATK_ROLE_PAGE is used in documents and content which support a paginated navigation model. (Since: 1.11) 0126 *@ATK_ROLE_SECTION: The object is a containing instance of document content which constitutes a particular 'logical' section of the document. The type of content within a section, and the nature of the section division itself, may be obtained by querying the object's attributes. Sections may be nested. (Since: 1.11) 0127 *@ATK_ROLE_REDUNDANT_OBJECT: The object is redundant with another object in the hierarchy, and is exposed for purely technical reasons. Objects of this role should normally be ignored by clients. (Since: 1.11) 0128 *@ATK_ROLE_FORM: The object is a container for form controls, for instance as part of a 0129 * web form or user-input form within a document. This role is primarily a tag/convenience for 0130 * clients when navigating complex documents, it is not expected that ordinary GUI containers will 0131 * always have ATK_ROLE_FORM. (Since: 1.12.0) 0132 *@ATK_ROLE_LINK: The object is a hypertext anchor, i.e. a "link" in a 0133 * hypertext document. Such objects are distinct from 'inline' 0134 * content which may also use the Hypertext/Hyperlink interfaces 0135 * to indicate the range/location within a text object where 0136 * an inline or embedded object lies. (Since: 1.12.1) 0137 *@ATK_ROLE_INPUT_METHOD_WINDOW: The object is a window or similar viewport 0138 * which is used to allow composition or input of a 'complex character', 0139 * in other words it is an "input method window." (Since: 1.12.1) 0140 *@ATK_ROLE_TABLE_ROW: A row in a table. (Since: 2.1.0) 0141 *@ATK_ROLE_TREE_ITEM: An object that represents an element of a tree. (Since: 2.1.0) 0142 *@ATK_ROLE_DOCUMENT_SPREADSHEET: A document frame which contains a spreadsheet. (Since: 2.1.0) 0143 *@ATK_ROLE_DOCUMENT_PRESENTATION: A document frame which contains a presentation or slide content. (Since: 2.1.0) 0144 *@ATK_ROLE_DOCUMENT_TEXT: A document frame which contains textual content, such as found in a word processing application. (Since: 2.1.0) 0145 *@ATK_ROLE_DOCUMENT_WEB: A document frame which contains HTML or other markup suitable for display in a web browser. (Since: 2.1.0) 0146 *@ATK_ROLE_DOCUMENT_EMAIL: A document frame which contains email content to be displayed or composed either in plain text or HTML. (Since: 2.1.0) 0147 *@ATK_ROLE_COMMENT: An object found within a document and designed to present a comment, note, or other annotation. In some cases, this object might not be visible until activated. (Since: 2.1.0) 0148 *@ATK_ROLE_LIST_BOX: A non-collapsible list of choices the user can select from. (Since: 2.1.0) 0149 *@ATK_ROLE_GROUPING: A group of related widgets. This group typically has a label. (Since: 2.1.0) 0150 *@ATK_ROLE_IMAGE_MAP: An image map object. Usually a graphic with multiple hotspots, where each hotspot can be activated resulting in the loading of another document or section of a document. (Since: 2.1.0) 0151 *@ATK_ROLE_NOTIFICATION: A transitory object designed to present a message to the user, typically at the desktop level rather than inside a particular application. (Since: 2.1.0) 0152 *@ATK_ROLE_INFO_BAR: An object designed to present a message to the user within an existing window. (Since: 2.1.0) 0153 *@ATK_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. (Since: 2.7.3) 0154 *@ATK_ROLE_TITLE_BAR: A bar that serves as the title of a window or a 0155 * dialog. (Since: 2.12) 0156 *@ATK_ROLE_BLOCK_QUOTE: An object which contains a text section 0157 * that is quoted from another source. (Since: 2.12) 0158 *@ATK_ROLE_AUDIO: An object which represents an audio element. (Since: 2.12) 0159 *@ATK_ROLE_VIDEO: An object which represents a video element. (Since: 2.12) 0160 *@ATK_ROLE_DEFINITION: A definition of a term or concept. (Since: 2.12) 0161 *@ATK_ROLE_ARTICLE: A section of a page that consists of a 0162 * composition that forms an independent part of a document, page, or 0163 * site. Examples: A blog entry, a news story, a forum post. (Since: 2.12) 0164 *@ATK_ROLE_LANDMARK: A region of a web page intended as a 0165 * navigational landmark. This is designed to allow Assistive 0166 * Technologies to provide quick navigation among key regions within a 0167 * document. (Since: 2.12) 0168 *@ATK_ROLE_LOG: A text widget or container holding log content, such 0169 * as chat history and error logs. In this role there is a 0170 * relationship between the arrival of new items in the log and the 0171 * reading order. The log contains a meaningful sequence and new 0172 * information is added only to the end of the log, not at arbitrary 0173 * points. (Since: 2.12) 0174 *@ATK_ROLE_MARQUEE: A container where non-essential information 0175 * changes frequently. Common usages of marquee include stock tickers 0176 * and ad banners. The primary difference between a marquee and a log 0177 * is that logs usually have a meaningful order or sequence of 0178 * important content changes. (Since: 2.12) 0179 *@ATK_ROLE_MATH: A text widget or container that holds a mathematical 0180 * expression. (Since: 2.12) 0181 *@ATK_ROLE_RATING: A widget whose purpose is to display a rating, 0182 * such as the number of stars associated with a song in a media 0183 * player. Objects of this role should also implement 0184 * AtkValue. (Since: 2.12) 0185 *@ATK_ROLE_TIMER: An object containing a numerical counter which 0186 * indicates an amount of elapsed time from a start point, or the time 0187 * remaining until an end point. (Since: 2.12) 0188 *@ATK_ROLE_DESCRIPTION_LIST: An object that represents a list of 0189 * term-value groups. A term-value group represents a individual 0190 * description and consist of one or more names 0191 * (ATK_ROLE_DESCRIPTION_TERM) followed by one or more values 0192 * (ATK_ROLE_DESCRIPTION_VALUE). For each list, there should not be 0193 * more than one group with the same term name. (Since: 2.12) 0194 *@ATK_ROLE_DESCRIPTION_TERM: An object that represents a term or phrase 0195 * with a corresponding definition. (Since: 2.12) 0196 *@ATK_ROLE_DESCRIPTION_VALUE: An object that represents the 0197 * description, definition or value of a term. (Since: 2.12) 0198 *@ATK_ROLE_STATIC: A generic non-container object whose purpose is to display a 0199 * brief amount of information to the user and whose role is known by the 0200 * implementor but lacks semantic value for the user. Examples in which 0201 * %ATK_ROLE_STATIC is appropriate include the message displayed in a message box 0202 * and an image used as an alternative means to display text. %ATK_ROLE_STATIC 0203 * should not be applied to widgets which are traditionally interactive, objects 0204 * which display a significant amount of content, or any object which has an 0205 * accessible relation pointing to another object. Implementors should expose the 0206 * displayed information through the accessible name of the object. If doing so seems 0207 * inappropriate, it may indicate that a different role should be used. For 0208 * labels which describe another widget, see %ATK_ROLE_LABEL. For text views, see 0209 * %ATK_ROLE_TEXT. For generic containers, see %ATK_ROLE_PANEL. For objects whose 0210 * role is not known by the implementor, see %ATK_ROLE_UNKNOWN. (Since: 2.16) 0211 *@ATK_ROLE_MATH_FRACTION: An object that represents a mathematical fraction. 0212 * (Since: 2.16) 0213 *@ATK_ROLE_MATH_ROOT: An object that represents a mathematical expression 0214 * displayed with a radical. (Since: 2.16) 0215 *@ATK_ROLE_SUBSCRIPT: An object that contains text that is displayed as a 0216 * subscript. (Since: 2.16) 0217 *@ATK_ROLE_SUPERSCRIPT: An object that contains text that is displayed as a 0218 * superscript. (Since: 2.16) 0219 *@ATK_ROLE_FOOTNOTE: An object that contains the text of a footnote. (Since: 2.26) 0220 *@ATK_ROLE_CONTENT_DELETION: Content previously deleted or proposed to be 0221 * deleted, e.g. in revision history or a content view providing suggestions 0222 * from reviewers. (Since: 2.34) 0223 *@ATK_ROLE_CONTENT_INSERTION: Content previously inserted or proposed to be 0224 * inserted, e.g. in revision history or a content view providing suggestions 0225 * from reviewers. (Since: 2.34) 0226 *@ATK_ROLE_MARK: A run of content that is marked or highlighted, such as for 0227 * reference purposes, or to call it out as having a special purpose. If the 0228 * marked content has an associated section in the document elaborating on the 0229 * reason for the mark, then %ATK_RELATION_DETAILS should be used on the mark 0230 * to point to that associated section. In addition, the reciprocal relation 0231 * %ATK_RELATION_DETAILS_FOR should be used on the associated content section 0232 * to point back to the mark. (Since: 2.36) 0233 *@ATK_ROLE_SUGGESTION: A container for content that is called out as a proposed 0234 * change from the current version of the document, such as by a reviewer of the 0235 * content. This role should include either %ATK_ROLE_CONTENT_DELETION and/or 0236 * %ATK_ROLE_CONTENT_INSERTION children, in any order, to indicate what the 0237 * actual change is. (Since: 2.36) 0238 *@ATK_ROLE_PUSH_BUTTON_MENU: A specialized push button to open a menu. 0239 * (Since: 2.46) 0240 *@ATK_ROLE_LAST_DEFINED: not a valid role, used for finding end of the enumeration 0241 * 0242 * Describes the role of an object 0243 * 0244 * These are the built-in enumerated roles that UI components can have 0245 * in ATK. Other roles may be added at runtime, so an AtkRole >= 0246 * %ATK_ROLE_LAST_DEFINED is not necessarily an error. 0247 */ 0248 typedef enum 0249 { 0250 ATK_ROLE_INVALID = 0, 0251 ATK_ROLE_ACCEL_LABEL, /*<nick=accelerator-label>*/ 0252 ATK_ROLE_ALERT, 0253 ATK_ROLE_ANIMATION, 0254 ATK_ROLE_ARROW, 0255 ATK_ROLE_CALENDAR, 0256 ATK_ROLE_CANVAS, 0257 ATK_ROLE_CHECK_BOX, 0258 ATK_ROLE_CHECK_MENU_ITEM, 0259 ATK_ROLE_COLOR_CHOOSER, 0260 ATK_ROLE_COLUMN_HEADER, 0261 ATK_ROLE_COMBO_BOX, 0262 ATK_ROLE_DATE_EDITOR, 0263 ATK_ROLE_DESKTOP_ICON, 0264 ATK_ROLE_DESKTOP_FRAME, 0265 ATK_ROLE_DIAL, 0266 ATK_ROLE_DIALOG, 0267 ATK_ROLE_DIRECTORY_PANE, 0268 ATK_ROLE_DRAWING_AREA, 0269 ATK_ROLE_FILE_CHOOSER, 0270 ATK_ROLE_FILLER, 0271 ATK_ROLE_FONT_CHOOSER, 0272 ATK_ROLE_FRAME, 0273 ATK_ROLE_GLASS_PANE, 0274 ATK_ROLE_HTML_CONTAINER, 0275 ATK_ROLE_ICON, 0276 ATK_ROLE_IMAGE, 0277 ATK_ROLE_INTERNAL_FRAME, 0278 ATK_ROLE_LABEL, 0279 ATK_ROLE_LAYERED_PANE, 0280 ATK_ROLE_LIST, 0281 ATK_ROLE_LIST_ITEM, 0282 ATK_ROLE_MENU, 0283 ATK_ROLE_MENU_BAR, 0284 ATK_ROLE_MENU_ITEM, 0285 ATK_ROLE_OPTION_PANE, 0286 ATK_ROLE_PAGE_TAB, 0287 ATK_ROLE_PAGE_TAB_LIST, 0288 ATK_ROLE_PANEL, 0289 ATK_ROLE_PASSWORD_TEXT, 0290 ATK_ROLE_POPUP_MENU, 0291 ATK_ROLE_PROGRESS_BAR, 0292 ATK_ROLE_BUTTON, 0293 ATK_ROLE_RADIO_BUTTON, 0294 ATK_ROLE_RADIO_MENU_ITEM, 0295 ATK_ROLE_ROOT_PANE, 0296 ATK_ROLE_ROW_HEADER, 0297 ATK_ROLE_SCROLL_BAR, 0298 ATK_ROLE_SCROLL_PANE, 0299 ATK_ROLE_SEPARATOR, 0300 ATK_ROLE_SLIDER, 0301 ATK_ROLE_SPLIT_PANE, 0302 ATK_ROLE_SPIN_BUTTON, 0303 ATK_ROLE_STATUSBAR, 0304 ATK_ROLE_TABLE, 0305 ATK_ROLE_TABLE_CELL, 0306 ATK_ROLE_TABLE_COLUMN_HEADER, 0307 ATK_ROLE_TABLE_ROW_HEADER, 0308 ATK_ROLE_TEAR_OFF_MENU_ITEM, 0309 ATK_ROLE_TERMINAL, 0310 ATK_ROLE_TEXT, 0311 ATK_ROLE_TOGGLE_BUTTON, 0312 ATK_ROLE_TOOL_BAR, 0313 ATK_ROLE_TOOL_TIP, 0314 ATK_ROLE_TREE, 0315 ATK_ROLE_TREE_TABLE, 0316 ATK_ROLE_UNKNOWN, 0317 ATK_ROLE_VIEWPORT, 0318 ATK_ROLE_WINDOW, 0319 ATK_ROLE_HEADER, 0320 ATK_ROLE_FOOTER, 0321 ATK_ROLE_PARAGRAPH, 0322 ATK_ROLE_RULER, 0323 ATK_ROLE_APPLICATION, 0324 ATK_ROLE_AUTOCOMPLETE, 0325 ATK_ROLE_EDITBAR, /*<nick=edit-bar>*/ 0326 ATK_ROLE_EMBEDDED, 0327 ATK_ROLE_ENTRY, 0328 ATK_ROLE_CHART, 0329 ATK_ROLE_CAPTION, 0330 ATK_ROLE_DOCUMENT_FRAME, 0331 ATK_ROLE_HEADING, 0332 ATK_ROLE_PAGE, 0333 ATK_ROLE_SECTION, 0334 ATK_ROLE_REDUNDANT_OBJECT, 0335 ATK_ROLE_FORM, 0336 ATK_ROLE_LINK, 0337 ATK_ROLE_INPUT_METHOD_WINDOW, 0338 ATK_ROLE_TABLE_ROW, 0339 ATK_ROLE_TREE_ITEM, 0340 ATK_ROLE_DOCUMENT_SPREADSHEET, 0341 ATK_ROLE_DOCUMENT_PRESENTATION, 0342 ATK_ROLE_DOCUMENT_TEXT, 0343 ATK_ROLE_DOCUMENT_WEB, 0344 ATK_ROLE_DOCUMENT_EMAIL, 0345 ATK_ROLE_COMMENT, 0346 ATK_ROLE_LIST_BOX, 0347 ATK_ROLE_GROUPING, 0348 ATK_ROLE_IMAGE_MAP, 0349 ATK_ROLE_NOTIFICATION, 0350 ATK_ROLE_INFO_BAR, 0351 ATK_ROLE_LEVEL_BAR, 0352 ATK_ROLE_TITLE_BAR, 0353 ATK_ROLE_BLOCK_QUOTE, 0354 ATK_ROLE_AUDIO, 0355 ATK_ROLE_VIDEO, 0356 ATK_ROLE_DEFINITION, 0357 ATK_ROLE_ARTICLE, 0358 ATK_ROLE_LANDMARK, 0359 ATK_ROLE_LOG, 0360 ATK_ROLE_MARQUEE, 0361 ATK_ROLE_MATH, 0362 ATK_ROLE_RATING, 0363 ATK_ROLE_TIMER, 0364 ATK_ROLE_DESCRIPTION_LIST, 0365 ATK_ROLE_DESCRIPTION_TERM, 0366 ATK_ROLE_DESCRIPTION_VALUE, 0367 ATK_ROLE_STATIC, 0368 ATK_ROLE_MATH_FRACTION, 0369 ATK_ROLE_MATH_ROOT, 0370 ATK_ROLE_SUBSCRIPT, 0371 ATK_ROLE_SUPERSCRIPT, 0372 ATK_ROLE_FOOTNOTE, 0373 ATK_ROLE_CONTENT_DELETION, 0374 ATK_ROLE_CONTENT_INSERTION, 0375 ATK_ROLE_MARK, 0376 ATK_ROLE_SUGGESTION, 0377 ATK_ROLE_PUSH_BUTTON_MENU, 0378 ATK_ROLE_LAST_DEFINED, 0379 0380 /* For backwards compatibility */ 0381 ATK_ROLE_PUSH_BUTTON = ATK_ROLE_BUTTON, 0382 } AtkRole; 0383 0384 /** 0385 *AtkLayer: 0386 *@ATK_LAYER_INVALID: The object does not have a layer 0387 *@ATK_LAYER_BACKGROUND: This layer is reserved for the desktop background 0388 *@ATK_LAYER_CANVAS: This layer is used for Canvas components 0389 *@ATK_LAYER_WIDGET: This layer is normally used for components 0390 *@ATK_LAYER_MDI: This layer is used for layered components 0391 *@ATK_LAYER_POPUP: This layer is used for popup components, such as menus 0392 *@ATK_LAYER_OVERLAY: This layer is reserved for future use. 0393 *@ATK_LAYER_WINDOW: This layer is used for toplevel windows. 0394 * 0395 * Describes the layer of a component 0396 * 0397 * These enumerated "layer values" are used when determining which UI 0398 * rendering layer a component is drawn into, which can help in making 0399 * determinations of when components occlude one another. 0400 **/ 0401 typedef enum 0402 { 0403 ATK_LAYER_INVALID, 0404 ATK_LAYER_BACKGROUND, 0405 ATK_LAYER_CANVAS, 0406 ATK_LAYER_WIDGET, 0407 ATK_LAYER_MDI, 0408 ATK_LAYER_POPUP, 0409 ATK_LAYER_OVERLAY, 0410 ATK_LAYER_WINDOW 0411 } AtkLayer; 0412 0413 /** 0414 * AtkLive: 0415 * @ATK_LIVE_NONE: No live region. 0416 * @ATK_LIVE_POLITE: This live region should be considered polite. 0417 * @ATK_LIVE_ASSERTIVE: This live region should be considered assertive. 0418 * 0419 * Enumeration used to indicate a type of live region and how assertive it 0420 * should be in terms of speaking notifications. Currently, this is only used 0421 * for "notification" events, but it may be used for additional purposes 0422 * in the future. 0423 * 0424 * Since: 2.50 0425 */ 0426 typedef enum 0427 { 0428 ATK_LIVE_NONE, 0429 ATK_LIVE_POLITE, 0430 ATK_LIVE_ASSERTIVE 0431 } AtkLive; 0432 0433 /** 0434 * AtkAttributeSet: 0435 * 0436 * This is a singly-linked list (a #GSList) of #AtkAttribute. It is 0437 * used by atk_text_get_run_attributes(), 0438 * atk_text_get_default_attributes(), 0439 * atk_editable_text_set_run_attributes(), 0440 * atk_document_get_attributes() and atk_object_get_attributes() 0441 **/ 0442 typedef GSList AtkAttributeSet; 0443 0444 /** 0445 * AtkAttribute: 0446 * @name: The attribute name. 0447 * @value: the value of the attribute, represented as a string. 0448 * 0449 * AtkAttribute is a string name/value pair representing a generic 0450 * attribute. This can be used to expose additional information from 0451 * an accessible object as a whole (see atk_object_get_attributes()) 0452 * or an document (see atk_document_get_attributes()). In the case of 0453 * text attributes (see atk_text_get_default_attributes()), 0454 * #AtkTextAttribute enum defines all the possible text attribute 0455 * names. You can use atk_text_attribute_get_name() to get the string 0456 * name from the enum value. See also atk_text_attribute_for_name() 0457 * and atk_text_attribute_get_value() for more information. 0458 * 0459 * A string name/value pair representing a generic attribute. 0460 **/ 0461 typedef struct _AtkAttribute AtkAttribute; 0462 0463 struct _AtkAttribute 0464 { 0465 gchar *name; 0466 gchar *value; 0467 }; 0468 0469 #define ATK_TYPE_OBJECT (atk_object_get_type ()) 0470 #define ATK_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_OBJECT, AtkObject)) 0471 #define ATK_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATK_TYPE_OBJECT, AtkObjectClass)) 0472 #define ATK_IS_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_OBJECT)) 0473 #define ATK_IS_OBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ATK_TYPE_OBJECT)) 0474 #define ATK_OBJECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ATK_TYPE_OBJECT, AtkObjectClass)) 0475 0476 #define ATK_TYPE_IMPLEMENTOR (atk_implementor_get_type ()) 0477 #define ATK_IS_IMPLEMENTOR(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATK_TYPE_IMPLEMENTOR) 0478 #define ATK_IMPLEMENTOR(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATK_TYPE_IMPLEMENTOR, AtkImplementor) 0479 #define ATK_IMPLEMENTOR_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_IMPLEMENTOR, AtkImplementorIface)) 0480 0481 typedef struct _AtkImplementor AtkImplementor; /* dummy typedef */ 0482 typedef struct _AtkImplementorIface AtkImplementorIface; 0483 0484 typedef struct _AtkObject AtkObject; 0485 typedef struct _AtkObjectClass AtkObjectClass; 0486 typedef struct _AtkRelationSet AtkRelationSet; 0487 typedef struct _AtkStateSet AtkStateSet; 0488 0489 /** 0490 * AtkPropertyValues: 0491 * @property_name: The name of the ATK property which has changed. 0492 * @old_value: NULL. This field is not used anymore. 0493 * @new_value: The new value of the named property. 0494 * 0495 * Note: @old_value field of #AtkPropertyValues will not contain a 0496 * valid value. This is a field defined with the purpose of contain 0497 * the previous value of the property, but is not used anymore. 0498 * 0499 **/ 0500 struct _AtkPropertyValues 0501 { 0502 const gchar *property_name; 0503 GValue old_value; 0504 GValue new_value; 0505 }; 0506 0507 typedef struct _AtkPropertyValues AtkPropertyValues; 0508 0509 /** 0510 * AtkFunction: 0511 * @user_data: custom data defined by the user 0512 * 0513 * An AtkFunction is a function definition used for padding which has 0514 * been added to class and interface structures to allow for expansion 0515 * in the future. 0516 * 0517 * Returns: not used 0518 */ 0519 typedef gboolean (*AtkFunction) (gpointer user_data); 0520 /* 0521 * For most properties the old_value field of AtkPropertyValues will 0522 * not contain a valid value. 0523 * 0524 * Currently, the only property for which old_value is used is 0525 * accessible-state; for instance if there is a focus state the 0526 * property change handler will be called for the object which lost the focus 0527 * with the old_value containing an AtkState value corresponding to focused 0528 * and the property change handler will be called for the object which 0529 * received the focus with the new_value containing an AtkState value 0530 * corresponding to focused. 0531 */ 0532 0533 /** 0534 * AtkPropertyChangeHandler: 0535 * @obj: atkobject which property changes 0536 * @vals: values changed 0537 * 0538 * An AtkPropertyChangeHandler is a function which is executed when an 0539 * AtkObject's property changes value. It is specified in a call to 0540 * atk_object_connect_property_change_handler(). 0541 * 0542 * Deprecated: Since 2.12. 0543 */ 0544 typedef void (*AtkPropertyChangeHandler) (AtkObject *obj, AtkPropertyValues *vals); 0545 0546 struct _AtkObject 0547 { 0548 GObject parent; 0549 0550 gchar *description; 0551 gchar *name; 0552 AtkObject *accessible_parent; 0553 AtkRole role; 0554 AtkRelationSet *relation_set; 0555 AtkLayer layer; 0556 }; 0557 0558 /** 0559 * AtkObjectClass: 0560 * @connect_property_change_handler: specifies a function to be called 0561 * when a property changes value. This virtual function is 0562 * deprecated since 2.12 and it should not be overriden. Connect 0563 * directly to property-change or notify signal instead. 0564 * @remove_property_change_handler: removes a property changed handler 0565 * as returned by @connect_property_change_handler. This virtual 0566 * function is deprecated sice 2.12 and it should not be overriden. 0567 * @focus_event: The signal handler which is executed when there is a 0568 * focus event for an object. This virtual function is deprecated 0569 * since 2.9.4 and it should not be overriden. Use 0570 * the #AtkObject::state-change "focused" signal instead. 0571 */ 0572 struct _AtkObjectClass 0573 { 0574 GObjectClass parent; 0575 0576 /* 0577 * Gets the accessible name of the object 0578 */ 0579 const gchar *(*get_name) (AtkObject *accessible); 0580 /* 0581 * Gets the accessible description of the object 0582 */ 0583 const gchar *(*get_description) (AtkObject *accessible); 0584 /* 0585 * Gets the accessible parent of the object 0586 */ 0587 AtkObject *(*get_parent) (AtkObject *accessible); 0588 0589 /* 0590 * Gets the number of accessible children of the object 0591 */ 0592 gint (*get_n_children) (AtkObject *accessible); 0593 /* 0594 * Returns a reference to the specified accessible child of the object. 0595 * The accessible children are 0-based so the first accessible child is 0596 * at index 0, the second at index 1 and so on. 0597 */ 0598 AtkObject *(*ref_child) (AtkObject *accessible, 0599 gint i); 0600 /* 0601 * Gets the 0-based index of this object in its parent; returns -1 if the 0602 * object does not have an accessible parent. 0603 */ 0604 gint (*get_index_in_parent) (AtkObject *accessible); 0605 /* 0606 * Gets the RelationSet associated with the object 0607 */ 0608 AtkRelationSet *(*ref_relation_set) (AtkObject *accessible); 0609 /* 0610 * Gets the role of the object 0611 */ 0612 AtkRole (*get_role) (AtkObject *accessible); 0613 AtkLayer (*get_layer) (AtkObject *accessible); 0614 gint (*get_mdi_zorder) (AtkObject *accessible); 0615 /* 0616 * Gets the state set of the object 0617 */ 0618 AtkStateSet *(*ref_state_set) (AtkObject *accessible); 0619 /* 0620 * Sets the accessible name of the object 0621 */ 0622 void (*set_name) (AtkObject *accessible, 0623 const gchar *name); 0624 /* 0625 * Sets the accessible description of the object 0626 */ 0627 void (*set_description) (AtkObject *accessible, 0628 const gchar *description); 0629 /* 0630 * Sets the accessible parent of the object 0631 */ 0632 void (*set_parent) (AtkObject *accessible, 0633 AtkObject *parent); 0634 /* 0635 * Sets the accessible role of the object 0636 */ 0637 void (*set_role) (AtkObject *accessible, 0638 AtkRole role); 0639 /* 0640 * Specifies a function to be called when a property changes value 0641 */ 0642 guint (*connect_property_change_handler) (AtkObject 0643 *accessible, 0644 AtkPropertyChangeHandler *handler); 0645 /* 0646 * Removes a property change handler which was specified using 0647 * connect_property_change_handler 0648 */ 0649 void (*remove_property_change_handler) (AtkObject 0650 *accessible, 0651 guint 0652 handler_id); 0653 void (*initialize) (AtkObject *accessible, 0654 gpointer data); 0655 /* 0656 * The signal handler which is executed when there is a change in the 0657 * children of the object 0658 */ 0659 void (*children_changed) (AtkObject *accessible, 0660 guint change_index, 0661 gpointer changed_child); 0662 /* 0663 * The signal handler which is executed when there is a focus event 0664 * for an object. 0665 */ 0666 void (*focus_event) (AtkObject *accessible, 0667 gboolean focus_in); 0668 /* 0669 * The signal handler which is executed when there is a property_change 0670 * signal for an object. 0671 */ 0672 void (*property_change) (AtkObject *accessible, 0673 AtkPropertyValues *values); 0674 /* 0675 * The signal handler which is executed when there is a state_change 0676 * signal for an object. 0677 */ 0678 void (*state_change) (AtkObject *accessible, 0679 const gchar *name, 0680 gboolean state_set); 0681 /* 0682 * The signal handler which is executed when there is a change in the 0683 * visible data for an object 0684 */ 0685 void (*visible_data_changed) (AtkObject *accessible); 0686 0687 /* 0688 * The signal handler which is executed when there is a change in the 0689 * 'active' child or children of the object, for instance when 0690 * interior focus changes in a table or list. This signal should be emitted 0691 * by objects whose state includes ATK_STATE_MANAGES_DESCENDANTS. 0692 */ 0693 void (*active_descendant_changed) (AtkObject *accessible, 0694 gpointer *child); 0695 0696 /* 0697 * Gets a list of properties applied to this object as a whole, as an #AtkAttributeSet consisting of name-value pairs. 0698 * Since ATK 1.12 0699 */ 0700 AtkAttributeSet *(*get_attributes) (AtkObject *accessible); 0701 0702 const gchar *(*get_object_locale) (AtkObject *accessible); 0703 0704 AtkFunction pad1; 0705 }; 0706 0707 ATK_AVAILABLE_IN_ALL 0708 GType atk_object_get_type (void); 0709 0710 /** 0711 * AtkImplementorIface: 0712 * 0713 * The AtkImplementor interface is implemented by objects for which 0714 * AtkObject peers may be obtained via calls to 0715 * iface->(ref_accessible)(implementor); 0716 */ 0717 struct _AtkImplementorIface 0718 { 0719 GTypeInterface parent; 0720 0721 AtkObject *(*ref_accessible) (AtkImplementor *implementor); 0722 }; 0723 0724 ATK_AVAILABLE_IN_ALL 0725 GType atk_implementor_get_type (void); 0726 ATK_AVAILABLE_IN_ALL 0727 AtkObject *atk_implementor_ref_accessible (AtkImplementor *implementor); 0728 0729 /* 0730 * Properties directly supported by AtkObject 0731 */ 0732 0733 ATK_AVAILABLE_IN_ALL 0734 const gchar *atk_object_get_name (AtkObject *accessible); 0735 ATK_AVAILABLE_IN_ALL 0736 const gchar *atk_object_get_description (AtkObject *accessible); 0737 ATK_AVAILABLE_IN_ALL 0738 AtkObject *atk_object_get_parent (AtkObject *accessible); 0739 ATK_AVAILABLE_IN_ALL 0740 AtkObject *atk_object_peek_parent (AtkObject *accessible); 0741 ATK_AVAILABLE_IN_ALL 0742 gint atk_object_get_n_accessible_children (AtkObject *accessible); 0743 ATK_AVAILABLE_IN_ALL 0744 AtkObject *atk_object_ref_accessible_child (AtkObject *accessible, 0745 gint i); 0746 ATK_AVAILABLE_IN_ALL 0747 AtkRelationSet *atk_object_ref_relation_set (AtkObject *accessible); 0748 ATK_AVAILABLE_IN_ALL 0749 AtkRole atk_object_get_role (AtkObject *accessible); 0750 0751 ATK_DEPRECATED_FOR (atk_component_get_layer) 0752 AtkLayer atk_object_get_layer (AtkObject *accessible); 0753 ATK_DEPRECATED_FOR (atk_component_get_mdi_zorder) 0754 gint atk_object_get_mdi_zorder (AtkObject *accessible); 0755 0756 ATK_AVAILABLE_IN_ALL 0757 AtkAttributeSet *atk_object_get_attributes (AtkObject *accessible); 0758 ATK_AVAILABLE_IN_ALL 0759 AtkStateSet *atk_object_ref_state_set (AtkObject *accessible); 0760 ATK_AVAILABLE_IN_ALL 0761 gint atk_object_get_index_in_parent (AtkObject *accessible); 0762 ATK_AVAILABLE_IN_ALL 0763 void atk_object_set_name (AtkObject *accessible, 0764 const gchar *name); 0765 ATK_AVAILABLE_IN_ALL 0766 void atk_object_set_description (AtkObject *accessible, 0767 const gchar *description); 0768 ATK_AVAILABLE_IN_ALL 0769 void atk_object_set_parent (AtkObject *accessible, 0770 AtkObject *parent); 0771 ATK_AVAILABLE_IN_ALL 0772 void atk_object_set_role (AtkObject *accessible, 0773 AtkRole role); 0774 0775 ATK_DEPRECATED_IN_2_12 0776 guint atk_object_connect_property_change_handler (AtkObject *accessible, 0777 AtkPropertyChangeHandler *handler); 0778 ATK_DEPRECATED_IN_2_12 0779 void atk_object_remove_property_change_handler (AtkObject *accessible, 0780 guint handler_id); 0781 0782 ATK_AVAILABLE_IN_ALL 0783 void atk_object_notify_state_change (AtkObject *accessible, 0784 AtkState state, 0785 gboolean value); 0786 ATK_AVAILABLE_IN_ALL 0787 void atk_object_initialize (AtkObject *accessible, 0788 gpointer data); 0789 0790 ATK_AVAILABLE_IN_ALL 0791 const gchar *atk_role_get_name (AtkRole role); 0792 ATK_AVAILABLE_IN_ALL 0793 AtkRole atk_role_for_name (const gchar *name); 0794 0795 /* NEW in 1.1: convenience API */ 0796 ATK_AVAILABLE_IN_ALL 0797 gboolean atk_object_add_relationship (AtkObject *object, 0798 AtkRelationType relationship, 0799 AtkObject *target); 0800 ATK_AVAILABLE_IN_ALL 0801 gboolean atk_object_remove_relationship (AtkObject *object, 0802 AtkRelationType relationship, 0803 AtkObject *target); 0804 ATK_AVAILABLE_IN_ALL 0805 const gchar *atk_role_get_localized_name (AtkRole role); 0806 ATK_DEPRECATED_IN_2_12 0807 AtkRole atk_role_register (const gchar *name); 0808 ATK_AVAILABLE_IN_2_8 0809 const gchar *atk_object_get_object_locale (AtkObject *accessible); 0810 0811 ATK_AVAILABLE_IN_2_36 0812 const gchar *atk_object_get_accessible_id (AtkObject *accessible); 0813 0814 ATK_AVAILABLE_IN_2_36 0815 void atk_object_set_accessible_id (AtkObject *accessible, 0816 const gchar *id); 0817 0818 ATK_AVAILABLE_IN_2_52 0819 const gchar *atk_object_get_help_text (AtkObject *accessible); 0820 0821 ATK_AVAILABLE_IN_2_52 0822 void atk_object_set_help_text (AtkObject *accessible, 0823 const gchar *help_text); 0824 0825 G_END_DECLS 0826 0827 #endif /* __ATK_OBJECT_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |